diff --git a/lens.cabal b/lens.cabal
--- a/lens.cabal
+++ b/lens.cabal
@@ -1,6 +1,6 @@
 name:          lens
 category:      Data, Lenses
-version:       3.6.0.2
+version:       3.6.0.3
 license:       BSD3
 cabal-version: >= 1.8
 license-file:  LICENSE
@@ -276,9 +276,9 @@
     HUnit == 1.2.*,
     lens,
     mtl,
-    test-framework == 0.6.*,
-    test-framework-hunit == 0.2.*,
-    test-framework-th == 0.2.*
+    test-framework >= 0.6 && < 0.8,
+    test-framework-hunit >= 0.2 && < 0.4,
+    test-framework-th >= 0.2 && < 0.4
   ghc-options: -w -threaded
   hs-source-dirs: tests
 
