[commit: packages/binary] master: Permit QuickCheck >= 2.9 (6da9858)
git at git.haskell.org
git at git.haskell.org
Thu Jun 14 21:28:32 UTC 2018
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/6da9858468f50b6936c5ad64cef80098d409cbeb
>---------------------------------------------------------------
commit 6da9858468f50b6936c5ad64cef80098d409cbeb
Author: Lennart Kolmodin <kolmodin at google.com>
Date: Mon Nov 6 11:55:32 2017 +0100
Permit QuickCheck >= 2.9
>---------------------------------------------------------------
6da9858468f50b6936c5ad64cef80098d409cbeb
binary.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/binary.cabal b/binary.cabal
index aa1561c..e8843fb 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.9.*
+ 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