From efff50b6eec676208c54b0f08b8056fc8723f0ea Mon Sep 17 00:00:00 2001 From: Neil Mitchell <ndmitchell@gmail.com> Date: Fri, 7 Sep 2018 12:30:35 +0100 Subject: [PATCH] Allow QuickCheck 2.12 --- 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 -- GitLab