diff --git a/test-framework-quickcheck.cabal b/test-framework-quickcheck.cabal
--- a/test-framework-quickcheck.cabal
+++ b/test-framework-quickcheck.cabal
@@ -1,5 +1,5 @@
 Name:                test-framework-quickcheck
-Version:             0.2.4
+Version:             0.2.5
 Cabal-Version:       >= 1.2.3
 Category:            Testing
 Synopsis:            QuickCheck support for the test-framework package.
@@ -22,7 +22,7 @@
 Library
         Exposed-Modules:        Test.Framework.Providers.QuickCheck
         
-        Build-Depends:          test-framework >= 0.2.0, QuickCheck >= 1.1 && < 2, extensible-exceptions >= 0.1.1
+        Build-Depends:          test-framework >= 0.2.0 && < 0.4.0, QuickCheck >= 1.1 && < 2, extensible-exceptions >= 0.1.1 && < 0.2
         if flag(base3)
                 Build-Depends:          base >= 3 && < 4, random >= 1, parallel >= 1
         else
