diff --git a/prometheus-client.cabal b/prometheus-client.cabal
--- a/prometheus-client.cabal
+++ b/prometheus-client.cabal
@@ -1,5 +1,5 @@
 name:                prometheus-client
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Haskell client library for http://prometheus.io.
 description:         Haskell client library for http://prometheus.io.
 homepage:            https://github.com/fimad/prometheus-haskell
@@ -34,7 +34,7 @@
     , Prometheus.Registry
   build-depends:
       atomic-primops     >=0.4
-    , base               >=4.6 && <4.8
+    , base               >=4.7 && <5
     , bytestring         >=0.9
     , containers
     , mtl                >=2
@@ -51,7 +51,7 @@
   ghc-options:          -Wall
   main-is:              doctest.hs
   build-depends:
-      base
+      base               >=4.7 && <5
     , doctest
     , prometheus-client
 
@@ -63,7 +63,7 @@
   build-depends:
       QuickCheck
     , atomic-primops
-    , base               >=4.6 && <4.8
+    , base               >=4.7 && <5
     , bytestring
     , containers
     , hspec
@@ -81,7 +81,7 @@
   hs-source-dirs:   benchmarks
   main-is:          Main.hs
   build-depends:
-      base               >=4.6 && <4.8
+      base               >=4.7 && <5
     , bytestring
     , criterion          >=1.1
     , prometheus-client
