[commit: packages/binary] ghc-head: Depend on test-framework-quickcheck2 >= 0.3 (c35742a)
git at git.haskell.org
git at git.haskell.org
Fri Aug 30 15:20:47 CEST 2013
Repository : ssh://git@git.haskell.org/binary
On branch : ghc-head
Link : http://git.haskell.org/?p=packages/binary.git;a=commit;h=c35742aeef1e8a8436352557cfc8366b8e01a747
>---------------------------------------------------------------
commit c35742aeef1e8a8436352557cfc8366b8e01a747
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date: Sat Apr 20 13:56:16 2013 +0400
Depend on test-framework-quickcheck2 >= 0.3
test-framework-quickcheck2 depends on QC < 2.6 (even though it works
with QC 2.6...).
This workaround makes cabal pick an older version of QC.
>---------------------------------------------------------------
c35742aeef1e8a8436352557cfc8366b8e01a747
binary.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/binary.cabal b/binary.cabal
index 4dba4b7..7bc4a00 100644
--- a/binary.cabal
+++ b/binary.cabal
@@ -70,7 +70,7 @@ test-suite qc
containers,
random>=1.0.1.0,
test-framework,
- test-framework-quickcheck2,
+ test-framework-quickcheck2 >= 0.3,
QuickCheck>=2.5
ghc-options: -Wall -O2
More information about the ghc-commits
mailing list