diff --git a/latest-npm-version.cabal b/latest-npm-version.cabal
--- a/latest-npm-version.cabal
+++ b/latest-npm-version.cabal
@@ -1,5 +1,5 @@
 name:                  latest-npm-version
-version:               0.3.0
+version:               0.3.1
 synopsis:              Find the latest version of a package on npm
 homepage:              https://github.com/passy/latest-npm-version
 license:               MIT
@@ -19,7 +19,7 @@
   ghc-options:         -Wall
   default-extensions:  OverloadedStrings
   exposed-modules:     Npm.Latest
-  build-depends:       base >=4.7 && <4.8,
+  build-depends:       base == 4.*,
                        pipes-http >= 1.0 && < 1.1,
                        pipes >= 4.1 && < 4.2,
                        text >= 1.1 && < 1.2,
@@ -38,7 +38,7 @@
   main-is:             Main.hs
   ghc-options:         -Wall
   default-extensions:  OverloadedStrings
-  build-depends:       base >=4.7 && <4.8,
+  build-depends:       base == 4.*,
                        pipes-http >= 1.0 && < 1.1,
                        pipes >= 4.1 && < 4.2,
                        text >= 1.1 && < 1.2,
