[commit: packages/bytestring] 0.10.4.x, master: Add new test-framework deps to TravisCI job (a832f99)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 22:42:40 UTC 2015
Repository : ssh://git@git.haskell.org/bytestring
On branches: 0.10.4.x,master
Link : http://git.haskell.org/packages/bytestring.git/commitdiff/a832f991d575a399394be13c8494aabbca04abd1
>---------------------------------------------------------------
commit a832f991d575a399394be13c8494aabbca04abd1
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sat Jun 7 09:23:56 2014 +0200
Add new test-framework deps to TravisCI job
>---------------------------------------------------------------
a832f991d575a399394be13c8494aabbca04abd1
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 413f89b..0fc37f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ before_install:
install:
- travis_retry cabal update
# can't use "cabal install --only-dependencies --enable-tests" due to dep-cycle
- - cabal install "QuickCheck >=2.4 && <2.7" "byteorder ==1.0.*" "dlist ==0.5.*" "mtl >=2.0 && <2.2" deepseq
+ - cabal install "QuickCheck >=2.4 && <2.7" "byteorder ==1.0.*" "dlist ==0.5.*" "mtl >=2.0 && <2.2" deepseq test-framework-hunit test-framework-quickcheck2
script:
- cabal configure --enable-tests -v2
More information about the ghc-commits
mailing list