install: default to "error" stack verbosity again, info is too noisy
This commit is contained in:
parent
5336fb42d3
commit
c4a707e28a
@ -873,7 +873,7 @@ if [[ $VERBOSEFLAG ]]; then
|
|||||||
STACK_VERBOSITY=info # silent, error, warn, info, debug
|
STACK_VERBOSITY=info # silent, error, warn, info, debug
|
||||||
else
|
else
|
||||||
CABAL_VERBOSITY=0
|
CABAL_VERBOSITY=0
|
||||||
STACK_VERBOSITY=info # error is too quiet, hides install plan failure details
|
STACK_VERBOSITY=error # XXX error hides install plan failure details, but info shows too many warnings..
|
||||||
QUIET="true"
|
QUIET="true"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user