diff --git a/xxhash.cabal b/xxhash.cabal
--- a/xxhash.cabal
+++ b/xxhash.cabal
@@ -1,5 +1,5 @@
 name:           xxhash
-version:        0.0.1
+version:        0.0.2
 license:        BSD3
 license-file:   LICENSE
 author:         Christian Marie <christian@ponies.io>
@@ -17,7 +17,7 @@
   location: https://github.com/christian-marie/xxhash/
 
 library
-  build-depends:       base >=4.6 && <4.7,
+  build-depends:       base >=4.6 && <5,
                        bytestring,
                        tagged,
                        crypto-api
@@ -31,7 +31,7 @@
 
 test-suite             check
   type:                exitcode-stdio-1.0
-  build-depends:       base >=4.6 && <4.7,
+  build-depends:       base >=4.6 && <5,
                        bytestring,
                        hspec,
                        QuickCheck,
@@ -45,7 +45,7 @@
   hs-source-dirs:      bench
   main-is:             Bench.hs
   type:                exitcode-stdio-1.0
-  build-depends:       base >=4.6 && <4.7,
+  build-depends:       base >=4.6 && <5,
                        bytestring,
                        criterion,
                        digest,
