Always use solver on Travis

This commit is contained in:
Michael Snoyman 2017-07-23 16:28:58 +03:00
parent fff8f8ff5f
commit 5b18bf0c09
No known key found for this signature in database
GPG Key ID: A048E8C057E86876
2 changed files with 3 additions and 6 deletions

View File

@ -139,11 +139,8 @@ install:
- if [ -f configure.ac ]; then autoreconf -i; fi
- |
set -ex
if [ "$ARGS" = "--resolver nightly" ]
then
stack --install-ghc $ARGS build cabal-install
stack --install-ghc $ARGS solver --update-config
fi
stack --install-ghc $ARGS build cabal-install
stack --install-ghc $ARGS solver --update-config
set +ex
script:

View File

@ -24,7 +24,7 @@ library
, yesod-persistent >= 1.4 && < 1.5
, time >= 1.1.4
, shakespeare >= 2.0
, persistent
, persistent >= 2.5
, template-haskell
, transformers >= 0.2.2
, data-default