[commit: packages/binary] master: Sync dependencies in .travis.yml to binary.cabal (5faca82)
git at git.haskell.org
git at git.haskell.org
Mon Jun 1 08:47:55 UTC 2015
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/5faca823298c26b9fe32bd50dbe61f2ffa73a037
>---------------------------------------------------------------
commit 5faca823298c26b9fe32bd50dbe61f2ffa73a037
Author: Lennart Kolmodin <kolmodin at google.com>
Date: Sun May 31 16:47:01 2015 +0200
Sync dependencies in .travis.yml to binary.cabal
>---------------------------------------------------------------
5faca823298c26b9fe32bd50dbe61f2ffa73a037
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 832819a..eb66f2c 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.7.3" 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 -j
script:
- cabal configure --enable-tests --enable-benchmarks -v2 --ghc-options=-fno-spec-constr
More information about the ghc-commits
mailing list