diff --git a/curve25519.cabal b/curve25519.cabal
--- a/curve25519.cabal
+++ b/curve25519.cabal
@@ -1,5 +1,5 @@
 name:                curve25519
-version:             0.2.2
+version:             0.2.3
 synopsis:            Fast implementations of the curve25519 elliptic curve primitives.
 description:         Haskell bindings and extensions to the curve25519-donna
                      codebase.
@@ -17,7 +17,7 @@
   exposed-modules:     Crypto.Curve25519,
                        Crypto.Curve25519.Exceptions,
                        Crypto.Curve25519.Pure
-  build-depends:       base       >= 4.6  && < 4.9,
+  build-depends:       base       >= 4.6  && < 4.10,
                        bytestring >= 0.10 && < 0.12,
                        crypto-api >= 0.10 && < 0.14
   hs-source-dirs:      src
@@ -32,7 +32,7 @@
   main-is:             Test.hs
   cc-options:          -Dmain=ctest_main
   c-sources:           upstream-c/test-curve25519.c
-  build-depends:       base                       >= 4.6     && < 4.9,
+  build-depends:       base                       >= 4.6     && < 4.10,
                        bytestring                 >= 0.10    && < 0.12,
                        crypto-api                 >= 0.10    && < 0.14,
                        curve25519                 >= 0.2     && < 0.3,
