You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dr-cabal plots external dependencies only, but not the package itself, so there is little benefit to build the latter. Could we suggest to use cabal build --dependencies-only, so that users do not wait for anything else?
Shall we advertise interactive mode as the default one, instead of two-step approach with watch and profile?
The text was updated successfully, but these errors were encountered:
As for 1, I agree with the documentation improvement. After #22, dr-cabal will be able to track not only dependencies but documentation can be changed only when it's implemented.
As for 2, I've created a separate issue to refactor CLI entirely (and it includes changing the documentation).
I have two suggestions to improve README:
dr-cabal
plots external dependencies only, but not the package itself, so there is little benefit to build the latter. Could we suggest to usecabal build --dependencies-only
, so that users do not wait for anything else?Shall we advertise interactive mode as the default one, instead of two-step approach with
watch
andprofile
?The text was updated successfully, but these errors were encountered: