diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for monad-control-identity
 
+## 0.1.0.1 -- 2020-07-17
+
+* Accept older versions of dependencies.
+
 ## 0.1.0.0 -- 2020-07-17
 
 * First version. Released on an unsuspecting world.
diff --git a/monad-control-identity.cabal b/monad-control-identity.cabal
--- a/monad-control-identity.cabal
+++ b/monad-control-identity.cabal
@@ -1,5 +1,5 @@
 name:                monad-control-identity
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Stronger classes than monad-control
 -- description:
 license:             BSD3
@@ -16,7 +16,7 @@
 library
   exposed-modules:     Control.Monad.Trans.Control.Functor
                        Control.Monad.Trans.Control.Identity
-  build-depends:       base              >= 4.14    && < 4.15
+  build-depends:       base              >= 4.5     && < 5
                      , monad-control     >= 1.0.2.3 && < 1.1
                      , transformers      >= 0.5.6.2 && < 0.6
                      , transformers-base >= 0.4.5.2 && < 0.5
