diff --git a/.travis.yml b/.travis.yml index ee5e3d0b..ab790d0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -139,8 +139,11 @@ install: - if [ -f configure.ac ]; then autoreconf -i; fi - | set -ex - stack --install-ghc $ARGS build cabal-install - stack --install-ghc $ARGS solver --update-config + if [ "$ARGS" = "--resolver nightly" ] + then + stack --install-ghc $ARGS build cabal-install + stack --install-ghc $ARGS solver --update-config + fi set +ex script: diff --git a/yesod-form/yesod-form.cabal b/yesod-form/yesod-form.cabal index 7c8d05a1..177653d9 100644 --- a/yesod-form/yesod-form.cabal +++ b/yesod-form/yesod-form.cabal @@ -24,7 +24,7 @@ library , yesod-persistent >= 1.4 && < 1.5 , time >= 1.1.4 , shakespeare >= 2.0 - , persistent >= 2.5 + , persistent , template-haskell , transformers >= 0.2.2 , data-default