diff --git a/range-space.cabal b/range-space.cabal
--- a/range-space.cabal
+++ b/range-space.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                range-space
-version:             0.1.0.3
+version:             0.1.0.4
 synopsis:            A Range type with vector-space instances
 description:         Provides functions for converting between ranges and spans
 homepage:            https://github.com/JohnLato/range-space
@@ -31,7 +31,7 @@
   type: exitcode-stdio-1.0
   main-is: Properties.hs
   hs-source-dirs: tests .
-  ghc-options:    -fhpc -hpcdir dist/hpc/mix/range-space-0.1.0.3
+  ghc-options:    -fhpc -hpcdir dist/hpc/mix/range-space-0.1.0.4
 
   build-depends:
       base,
@@ -40,8 +40,8 @@
       vector-space-points,
       time                       == 1.4.*,
       QuickCheck                 >= 2   && < 3,
-      test-framework             >= 0.3 && < 0.7,
-      test-framework-quickcheck2 >= 0.2 && < 0.3
+      test-framework             >= 0.3 && < 0.9,
+      test-framework-quickcheck2 >= 0.2 && < 0.4
 
 source-repository head
   type:                git
