install: aand.. default verbosity back to info. error doesn't hide warnings

This commit is contained in:
Simon Michael 2018-04-04 09:35:09 +01:00
parent 5dd68c0684
commit 0e5aa349c8

View File

@ -873,7 +873,7 @@ if [[ $VERBOSEFLAG ]]; then
STACK_VERBOSITY=info # silent, error, warn, info, debug
else
CABAL_VERBOSITY=0
STACK_VERBOSITY=error # XXX error hides install plan failure details, but info shows too many warnings..
STACK_VERBOSITY=info # XXX info shows too many warnings, but error hides install plan failure details, and still shows warnings
QUIET="true"
fi