diff --git a/extensible-effects.cabal b/extensible-effects.cabal
--- a/extensible-effects.cabal
+++ b/extensible-effects.cabal
@@ -6,7 +6,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             3.1.0.1
+version:             3.1.0.2
 
 -- A short (one-line) description of the package.
 synopsis:            An Alternative to Monad Transformers
@@ -134,7 +134,7 @@
      ghc-options:      -Wno-simplifiable-class-constraints
 
   -- Other library packages from which modules are imported.
-  build-depends:       base >= 4.7 && < 4.12
+  build-depends:       base >= 4.7 && < 5
                        -- For MonadBase
                ,       transformers-base == 0.4.*
                        -- For MonadBaseControl
@@ -186,7 +186,7 @@
      ghc-options:      -fno-warn-type-defaults -fno-warn-missing-signatures -fno-warn-name-shadowing
 
   build-depends:
-                base >= 4.7 && < 4.12
+                base >= 4.7 && < 5
               , QuickCheck
               , HUnit
               , monad-control >= 1.0
