diff --git a/unordered-containers.cabal b/unordered-containers.cabal
--- a/unordered-containers.cabal
+++ b/unordered-containers.cabal
@@ -1,5 +1,5 @@
 name:           unordered-containers
-version:        0.1.4.0
+version:        0.1.4.1
 synopsis:       Efficient hashing-based container types
 description:
   Efficient hashing-based container types.  The containers have been
@@ -62,7 +62,7 @@
     base,
     hashable >= 1.0.1.1 && < 1.2,
     QuickCheck >= 2.4.0.1,
-    test-framework >= 0.3.3 && < 0.4,
+    test-framework >= 0.3.3 && < 0.5,
     test-framework-quickcheck2 >= 0.2.9 && < 0.3,
     unordered-containers
 
@@ -79,7 +79,7 @@
     containers,
     hashable >= 1.0.1.1 && < 1.2,
     QuickCheck >= 2.4.0.1,
-    test-framework >= 0.3.3 && < 0.4,
+    test-framework >= 0.3.3 && < 0.5,
     test-framework-quickcheck2 >= 0.2.9 && < 0.3,
     unordered-containers
 
