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

stack build --verbose doesn't call cabal configure with -v3 #3061

Closed
ndmitchell opened this issue Mar 15, 2017 · 2 comments
Closed

stack build --verbose doesn't call cabal configure with -v3 #3061

ndmitchell opened this issue Mar 15, 2017 · 2 comments
Milestone

Comments

@ndmitchell
Copy link
Contributor

Using stack-1.4.0 on Windows x64:

  1. Using any project (I picked HLint)
  2. touch hlint.cabal
  3. stack build --only-configure --verbose

I expect configure to be called with -v3 (debug level verbosity), but instead I get a lot of information about what stack does, but nothing on what configure did. This issue is compounded by #1438, which means I can't just pass -v3 myself.

@sjakobi
Copy link
Member

sjakobi commented Mar 16, 2017

There's a separate flag --cabal-verbose for that. Does that one fit your needs?

@sjakobi sjakobi added this to the Support milestone Mar 16, 2017
@ndmitchell
Copy link
Contributor Author

Thanks, that's what I was looking for, but entirely failed to find.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants