[commit: packages/filepath] master: Tighten the QuickCheck lower bound on the test suite, shrinkList was only introduced in 2.7 (7ea9235)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:37:53 UTC 2015
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/7ea92355c0c7b73b505517217445d46bb01b9abb
>---------------------------------------------------------------
commit 7ea92355c0c7b73b505517217445d46bb01b9abb
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Mon Mar 9 21:48:44 2015 +0000
Tighten the QuickCheck lower bound on the test suite, shrinkList was only introduced in 2.7
>---------------------------------------------------------------
7ea92355c0c7b73b505517217445d46bb01b9abb
filepath.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/filepath.cabal b/filepath.cabal
index e3260e4..394bd31 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -58,7 +58,7 @@ test-suite filepath-tests
build-depends:
filepath,
base,
- QuickCheck >= 2.6 && < 2.8,
+ QuickCheck >= 2.7 && < 2.8,
random == 1.0.*
source-repository head
More information about the ghc-commits
mailing list