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

Proposal: -v3 should not turn up GHC verbosity #3540

Closed
ezyang opened this issue Jul 11, 2016 · 1 comment
Closed

Proposal: -v3 should not turn up GHC verbosity #3540

ezyang opened this issue Jul 11, 2016 · 1 comment

Comments

@ezyang
Copy link
Contributor

ezyang commented Jul 11, 2016

In general, if I'm debugging a GHC problem, I get Cabal to spit out the command line I need, and then call GHC myself. If I'm debugging a Cabal problem, I don't really care about what GHC is doing except at broad strokes (black box.) So let's stop passing -v to GHC when Cabal's verbosity is sufficiently high.

@23Skidoo
Copy link
Member

+1 from me. It'll still be possible to enable old behaviour via --ghc-options=-v.

23Skidoo added a commit that referenced this issue Jul 12, 2016
Don't pass Cabal's verbosity to GHC, fixes #3540.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants