For nightly, build cabal-install

This commit is contained in:
Michael Snoyman 2017-02-08 13:35:31 +02:00
parent e032785af9
commit 4327dac8a7

View File

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