diff --git a/numbers.cabal b/numbers.cabal
--- a/numbers.cabal
+++ b/numbers.cabal
@@ -1,6 +1,6 @@
 Name:           numbers
 -- don't forget to bump the "this" source tag
-Version:        3000.1.0.2
+Version:        3000.1.0.3
 License:        BSD3
 License-file:   LICENSE
 Author:         Lennart Augustsson
@@ -27,7 +27,7 @@
 source-repository this
   type:     git
   location: git://github.com/DanBurton/numbers.git
-  tag:      numbers-3000.1.0.2
+  tag:      numbers-3000.1.0.3
 
 Library
   Build-Depends:
@@ -58,8 +58,8 @@
     base                        >= 3 && < 5,
     -- Additional test dependencies.
     QuickCheck                  == 2.*,
-    test-framework              == 0.6.*,
-    test-framework-quickcheck2  == 0.2.*
+    test-framework              >= 0.6,
+    test-framework-quickcheck2  >= 0.2
 
   other-modules:
     Test.Data.Number.BigFloat
