Don't put VQuiet in VFlags; that's reserved for user-toggles.
Since VQuiet is set programmatically, it's inappropriate
for it to be propagated to the command line. But unfortunately,
if it was set, we were accidentally using the fancy flag format.
This patch moves VQuiet to its own field in Verbosity so we
don't get confused.
Fixes #4393.
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
Showing
- Cabal/Distribution/Verbosity.hs 5 additions, 8 deletionsCabal/Distribution/Verbosity.hs
- cabal-testsuite/PackageTests/CustomPlain/cabal.project 1 addition, 0 deletionscabal-testsuite/PackageTests/CustomPlain/cabal.project
- cabal-testsuite/PackageTests/CustomPlain/cabal.test.hs 9 additions, 0 deletionscabal-testsuite/PackageTests/CustomPlain/cabal.test.hs
Loading
Please register or sign in to comment