diff --git a/tinyapp.cabal b/tinyapp.cabal
--- a/tinyapp.cabal
+++ b/tinyapp.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               tinyapp
-version:            0.1.0.1
+version:            0.1.0.2
 synopsis:           Library to build tiny apps in Haskell
 description:        Library to build tiny apps in Haskell such a REPLs
 homepage:           https://github.com/bcardiff/haskell-tinyapp
@@ -24,7 +24,7 @@
     -- other-modules:
     -- other-extensions:
     build-depends:
-        base ^>=4.17.2.1
+        base >=4.17.2.1 && <5.0
     hs-source-dirs:   src
     default-language: GHC2021
     default-extensions:
