[commit: packages/binary] master: Add new deps to .travis.yml file. (160246b)
git at git.haskell.org
git at git.haskell.org
Wed Dec 16 09:43:01 UTC 2015
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/160246b8967de544d39d6218ffe41f7f4d21d28a
>---------------------------------------------------------------
commit 160246b8967de544d39d6218ffe41f7f4d21d28a
Author: Lennart Kolmodin <kolmodin at google.com>
Date: Thu Aug 13 22:39:01 2015 +0200
Add new deps to .travis.yml file.
Due to the dependency cycle we need to manually preinstall all deps
before we attempt to configure/build binary.
>---------------------------------------------------------------
160246b8967de544d39d6218ffe41f7f4d21d28a
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index d77d543..bec9245 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
More information about the ghc-commits
mailing list