[commit: packages/binary] master: Use QuickCheck == 2.9.* (46b2c67)
git at git.haskell.org
git at git.haskell.org
Sun Feb 26 20:35:26 UTC 2017
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/46b2c6707d9772518c655848f98394b6ad62b9cf
>---------------------------------------------------------------
commit 46b2c6707d9772518c655848f98394b6ad62b9cf
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date: Wed Sep 21 14:50:13 2016 +0200
Use QuickCheck == 2.9.*
>---------------------------------------------------------------
46b2c6707d9772518c655848f98394b6ad62b9cf
binary.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/binary.cabal b/binary.cabal
index d396648..bde0fbe 100644
--- a/binary.cabal
+++ b/binary.cabal
@@ -70,7 +70,7 @@ test-suite qc
random>=1.0.1.0,
test-framework,
test-framework-quickcheck2 >= 0.3,
- QuickCheck>=2.8
+ QuickCheck == 2.9.*
-- build dependencies from using binary source rather than depending on the library
build-depends: array, containers
More information about the ghc-commits
mailing list