[commit: packages/filepath] RyanGlScott-patch-1, master: Allow QuickCheck 2.10 (8c5e11c)
git at git.haskell.org
git at git.haskell.org
Thu Sep 13 14:50:58 UTC 2018
Repository : ssh://git@git.haskell.org/filepath
On branches: RyanGlScott-patch-1,master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/8c5e11ca9094fa2649020b9483786e952734f198
>---------------------------------------------------------------
commit 8c5e11ca9094fa2649020b9483786e952734f198
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Sun Jun 18 22:15:31 2017 +0100
Allow QuickCheck 2.10
>---------------------------------------------------------------
8c5e11ca9094fa2649020b9483786e952734f198
filepath.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/filepath.cabal b/filepath.cabal
index 93d6405..a47635b 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -64,4 +64,4 @@ test-suite filepath-tests
build-depends:
filepath,
base,
- QuickCheck >= 2.7 && < 2.10
+ QuickCheck >= 2.7 && < 2.11
More information about the ghc-commits
mailing list