install: run stack with default (info) verbosity by default

Otherwise details of install plan failures are hidden.
This commit is contained in:
Simon Michael 2018-04-04 09:20:46 +01:00
parent 43fe86fabc
commit 705ba683bd

View File

@ -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=error STACK_VERBOSITY=info # error is too quiet, hides install plan failure details
QUIET="true" QUIET="true"
fi fi