From e620b1cf2b1e5e84307406fa84cd98e8aecf4f59 Mon Sep 17 00:00:00 2001 From: Yair Chuchem Date: Wed, 29 May 2013 21:50:34 +0300 Subject: [PATCH] Allow QuickCheck-2.6-* --- quickcheck2/test-framework-quickcheck2.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickcheck2/test-framework-quickcheck2.cabal b/quickcheck2/test-framework-quickcheck2.cabal index a8f2f71..ee9375e 100644 --- a/quickcheck2/test-framework-quickcheck2.cabal +++ b/quickcheck2/test-framework-quickcheck2.cabal @@ -1,5 +1,5 @@ Name: test-framework-quickcheck2 -Version: 0.3.0.1 +Version: 0.3.0.2 Cabal-Version: >= 1.2.3 Category: Testing Synopsis: QuickCheck2 support for the test-framework package. @@ -22,7 +22,7 @@ Flag Base3 Library Exposed-Modules: Test.Framework.Providers.QuickCheck2 - Build-Depends: test-framework >= 0.7.1, QuickCheck >= 2.4 && < 2.6, extensible-exceptions >= 0.1.1 && < 0.2.0 + Build-Depends: test-framework >= 0.7.1, QuickCheck >= 2.4 && < 2.7, extensible-exceptions >= 0.1.1 && < 0.2.0 if flag(base3) Build-Depends: base >= 3 && < 4, random >= 1 else