[commit: packages/filepath] master: Allow QuickCheck 2.9 (6bc1265)

git at git.haskell.org git at git.haskell.org
Mon Dec 28 20:40:26 UTC 2015


Repository : ssh://git@git.haskell.org/filepath

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/6bc1265f9fec02e0e84c4fb481010e19255d91e1

>---------------------------------------------------------------

commit 6bc1265f9fec02e0e84c4fb481010e19255d91e1
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Tue Dec 22 14:15:34 2015 +0000

    Allow QuickCheck 2.9


>---------------------------------------------------------------

6bc1265f9fec02e0e84c4fb481010e19255d91e1
 filepath.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/filepath.cabal b/filepath.cabal
index 49404bc..3a25e1f 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -60,7 +60,7 @@ test-suite filepath-tests
     build-depends:
         filepath,
         base,
-        QuickCheck >= 2.7 && < 2.8
+        QuickCheck >= 2.7 && < 2.9
 
 source-repository head
     type:     git



More information about the ghc-commits mailing list