From b609472488922e780c18a82e7b64cbef420bf0a6 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 16 Sep 2013 23:33:37 -0400 Subject: Work with QuickCheck 2.6 --- hakyll.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hakyll.cabal b/hakyll.cabal index 0e570a7..8cef42f 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -222,7 +222,7 @@ Test-suite hakyll-tests Build-Depends: HUnit >= 1.2 && < 1.3, - QuickCheck >= 2.4 && < 2.6, + QuickCheck >= 2.4 && < 2.7, test-framework >= 0.4 && < 0.9, test-framework-hunit >= 0.2 && < 0.4, test-framework-quickcheck2 >= 0.2 && < 0.4, -- cgit v1.2.3