Another missing --install-ghc

This commit is contained in:
Michael Snoyman 2017-02-08 11:46:08 +02:00
parent cdc6c8ae04
commit e032785af9

View File

@ -156,7 +156,7 @@ install:
set -ex set -ex
if [ "$ARGS" = "--resolver nightly" ] if [ "$ARGS" = "--resolver nightly" ]
then then
stack $ARGS solver --update-config stack --install-ghc $ARGS solver --update-config
fi fi
set +ex set +ex