diff --git a/curve25519.cabal b/curve25519.cabal
--- a/curve25519.cabal
+++ b/curve25519.cabal
@@ -1,5 +1,5 @@
 name:                curve25519
-version:             0.2.8
+version:             0.2.8.1
 synopsis:            Fast implementations of the curve25519 elliptic curve primitives.
 description:         Haskell bindings and extensions to the curve25519-donna
                      codebase. This module is a pretty straightforward implementation
@@ -23,7 +23,7 @@
   exposed-modules:     Crypto.Curve25519,
                        Crypto.Curve25519.Exceptions,
                        Crypto.Curve25519.Pure
-  build-depends:       base       >= 4.6  && < 4.20,
+  build-depends:       base       >= 4.6  && < 4.22,
                        bytestring >= 0.10 && < 0.13,
                        crypto-api >= 0.10 && < 0.14
   hs-source-dirs:      src
