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
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.
The text was updated successfully, but these errors were encountered:
Using stack-1.4.0 on Windows x64:
touch hlint.cabal
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 whatconfigure
did. This issue is compounded by #1438, which means I can't just pass-v3
myself.The text was updated successfully, but these errors were encountered: