From 44fa12a6c5d6f51deb3675701bce7e0e6b2f7f72 Mon Sep 17 00:00:00 2001 From: Gregory Crosswhite Date: Mon, 12 Aug 2013 23:13:19 +1000 Subject: [PATCH] Bumped the (strict) upper bound on the QuickCheck dependency from 2.6 to 2.7. --- quickcheck2/test-framework-quickcheck2.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickcheck2/test-framework-quickcheck2.cabal b/quickcheck2/test-framework-quickcheck2.cabal index a8f2f71..ce20c95 100644 --- a/quickcheck2/test-framework-quickcheck2.cabal +++ b/quickcheck2/test-framework-quickcheck2.cabal @@ -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