[commit: packages/filepath] master: Allow QuickCheck 2.12 (efff50b)
git at git.haskell.org
git at git.haskell.org
Thu Sep 13 14:52:03 UTC 2018
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/efff50b6eec676208c54b0f08b8056fc8723f0ea
>---------------------------------------------------------------
commit efff50b6eec676208c54b0f08b8056fc8723f0ea
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Fri Sep 7 12:30:35 2018 +0100
Allow QuickCheck 2.12
>---------------------------------------------------------------
efff50b6eec676208c54b0f08b8056fc8723f0ea
filepath.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/filepath.cabal b/filepath.cabal
index b35223c..358a197 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -64,4 +64,4 @@ test-suite filepath-tests
build-depends:
filepath,
base,
- QuickCheck >= 2.7 && < 2.12
+ QuickCheck >= 2.7 && < 2.13
More information about the ghc-commits
mailing list