[commit: packages/filepath] master: Change min QuickCheck version back to 2.6 (#28) (2e6b73f)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:35:35 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/2e6b73f717b008739e1cd6b24a66104daf7d13d8

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

commit 2e6b73f717b008739e1cd6b24a66104daf7d13d8
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Mon Oct 27 21:47:05 2014 +0100

    Change min QuickCheck version back to 2.6 (#28)


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

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

diff --git a/filepath.cabal b/filepath.cabal
index 2c72d54..f34bc40 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -59,7 +59,7 @@ test-suite filepath-tests
     build-depends:
         filepath,
         base,
-        QuickCheck > 2.6 && < 2.8,
+        QuickCheck >= 2.6 && < 2.8,
         random     == 1.0.*
 
 source-repository head



More information about the ghc-commits mailing list