diff --git a/range.cabal b/range.cabal
--- a/range.cabal
+++ b/range.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.1.0.0
+version:             0.1.0.1
 
 -- A short (one-line) description of the package.
 synopsis:            This has a bunch of code for specifying and managing ranges in your code.
@@ -71,11 +71,10 @@
 Test-Suite test-range
    type:       exitcode-stdio-1.0
    main-is: Test/Range.hs
-   build-depends: 
-      base ==4.5.*
-      , Cabal >= 1.14
-      , QuickCheck >= 2.4.0.1 && < 2.6
-      , test-framework-quickcheck2 >= 0.2 && < 0.4
-      , test-framework >= 0.4 && < 0.9
-      , random >= 1.0
+   build-depends: base                          >= 4.5 && < 5
+                  , Cabal                       >= 1.14
+                  , QuickCheck                  >= 2.4.0.1 && < 2.6
+                  , test-framework-quickcheck2  >= 0.2 && < 0.4
+                  , test-framework              >= 0.4 && < 0.9
+                  , random                      >= 1.0
    ghc-options: -rtsopts -Wall
