[commit: packages/filepath] master: Allow a broader range of QuickCheck (35c1012)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:34:22 UTC 2015
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/35c1012b6f88552ba1a4eaf65b3e960710875dc4
>---------------------------------------------------------------
commit 35c1012b6f88552ba1a4eaf65b3e960710875dc4
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Sun Oct 26 20:43:06 2014 +0000
Allow a broader range of QuickCheck
>---------------------------------------------------------------
35c1012b6f88552ba1a4eaf65b3e960710875dc4
filepath.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/filepath.cabal b/filepath.cabal
index b229e91..2c72d54 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -59,7 +59,7 @@ test-suite filepath-tests
build-depends:
filepath,
base,
- QuickCheck == 2.6.*,
+ QuickCheck > 2.6 && < 2.8,
random == 1.0.*
source-repository head
More information about the ghc-commits
mailing list