diff --git a/nonce.cabal b/nonce.cabal
--- a/nonce.cabal
+++ b/nonce.cabal
@@ -1,5 +1,5 @@
 name:                nonce
-version:             1.0.6
+version:             1.0.7
 synopsis:            Generate cryptographic nonces.
 homepage:            https://github.com/prowdsponsor/nonce
 license:             BSD3
@@ -28,7 +28,7 @@
   exposed-modules:
     Crypto.Nonce
   build-depends:
-      base              >= 4.5   && < 4.11
+      base              >= 4.5   && < 5
     , base64-bytestring == 1.0.*
     , bytestring        >= 0.9
     , text              >= 0.9
