Skip to content

Commit

Permalink
Add new deps to .travis.yml file.
Browse files Browse the repository at this point in the history
Due to the dependency cycle we need to manually preinstall all deps
before we attempt to configure/build binary.
  • Loading branch information
kolmodin committed Aug 13, 2015
1 parent 6ab893a commit 160246b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ install:
- cabal update
- cabal sandbox init
# can't use "cabal install --only-dependencies --enable-tests --enable-benchmarks" due to dep-cycle
- cabal install criterion deepseq mtl "QuickCheck >= 2.8" HUnit "test-framework-quickcheck2 >= 0.3" "random >= 1.0.1.0" attoparsec cereal -j
- cabal install criterion deepseq mtl "QuickCheck >= 2.8" HUnit "test-framework-quickcheck2 >= 0.3" "random >= 1.0.1.0" attoparsec cereal 'Cabal == 1.22.*' tar zlib -j

script:
- cabal configure --enable-tests --enable-benchmarks -v2 --ghc-options=-fno-spec-constr
Expand Down

0 comments on commit 160246b

Please sign in to comment.