diff --git a/siphash.cabal b/siphash.cabal
--- a/siphash.cabal
+++ b/siphash.cabal
@@ -1,5 +1,5 @@
 Name:                siphash
-Version:             1.0.2
+Version:             1.0.3
 Description:
     Haskell implementation of siphash. [http://131002.net/siphash/siphash.pdf]
 License:             BSD3
@@ -26,8 +26,8 @@
                    , siphash
                    , bytestring
                    , QuickCheck >= 2
-                   , test-framework >= 0.3.3 && < 0.7
-                   , test-framework-quickcheck2 >= 0.2.9 && < 0.3
+                   , test-framework >= 0.3.3
+                   , test-framework-quickcheck2 >= 0.2.9
 
 source-repository head
   type:     git
