[commit: packages/filepath] RyanGlScott-patch-1, master: Allow QuickCheck 2.12 (dbdb9ca)

git at git.haskell.org git at git.haskell.org
Thu Sep 13 14:51:31 UTC 2018


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

On branches: RyanGlScott-patch-1,master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/dbdb9caae30b57940ac16225923024e7172ab277

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

commit dbdb9caae30b57940ac16225923024e7172ab277
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Sun Jan 21 16:04:59 2018 +0000

    Allow QuickCheck 2.12


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

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

diff --git a/filepath.cabal b/filepath.cabal
index 6439a7d..90fda73 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -64,4 +64,4 @@ test-suite filepath-tests
     build-depends:
         filepath,
         base,
-        QuickCheck >= 2.7 && < 2.11
+        QuickCheck >= 2.7 && < 2.12



More information about the ghc-commits mailing list