Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggest cabal --dependencies-only and interactive mode #30

Closed
Bodigrim opened this issue Oct 21, 2022 · 1 comment · Fixed by #35
Closed

Suggest cabal --dependencies-only and interactive mode #30

Bodigrim opened this issue Oct 21, 2022 · 1 comment · Fixed by #35
Assignees
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@Bodigrim
Copy link
Contributor

I have two suggestions to improve README:

  1. 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?

  2. Shall we advertise interactive mode as the default one, instead of two-step approach with watch and profile?

@chshersh chshersh added documentation Improvements or additions to documentation question Further information is requested labels Oct 23, 2022
@chshersh
Copy link
Owner

chshersh commented Oct 23, 2022

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants