install: default to "error" stack verbosity again, info is too noisy

This commit is contained in:
Simon Michael 2018-04-04 09:31:19 +01:00
parent 5336fb42d3
commit c4a707e28a

View File

@ -873,7 +873,7 @@ if [[ $VERBOSEFLAG ]]; then
STACK_VERBOSITY=info # silent, error, warn, info, debug
else
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"
fi