Skip to content

Commit

Permalink
Attempt to fix travis build for GHC 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed Jul 25, 2016
1 parent e1043fb commit 199530a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install:
- travis_retry cabal update
- case "$HACK" in
true)
cabal install --only-dependencies --enable-tests --enable-benchmarks --constraint="transformers < 0.5";;
cabal install --only-dependencies --enable-tests --enable-benchmarks --constraint="transformers < 0.5" --constraint="generic-deriving < 1.10.1";;
false)
cabal install --only-dependencies --enable-tests --enable-benchmarks;;
esac
Expand Down

0 comments on commit 199530a

Please sign in to comment.