Nightly: use solver --update-config

This commit is contained in:
Michael Snoyman 2017-02-07 21:05:44 +02:00
parent 58119d90cc
commit fc9d45aa33

View File

@ -152,6 +152,13 @@ before_install:
install:
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
- if [ -f configure.ac ]; then autoreconf -i; fi
- |
set -ex
if [ "$RESOLVER" = "--resolver nightly" ]
then
stack $RESOLVER solver --update-config
fi
set +ex
script:
- |