diff --git a/heist.cabal b/heist.cabal
--- a/heist.cabal
+++ b/heist.cabal
@@ -1,6 +1,6 @@
 cabal-version:  2.2
 name:           heist
-version:        1.1.1.0
+version:        1.1.1.1
 synopsis:       An Haskell template system supporting both HTML5 and XML.
 description:
     Heist is a powerful template system that supports both HTML5 and XML.
@@ -37,7 +37,7 @@
   GHC == 8.10.7
   GHC == 9.0.2
   GHC == 9.2.5
-  GHC == 9.4.3
+  GHC == 9.4.4
 
 extra-source-files:
   .ghci,
@@ -144,7 +144,7 @@
     TypeSynonymInstances
 
   build-depends:
-    base >= 4.5 && < 4.18,
+    , base >= 4.5 && < 5
 
   if !impl(ghc >= 8.0)
     build-depends:
@@ -193,15 +193,15 @@
     lifted-base                >= 0.2     && < 0.3,
     map-syntax                 >= 0.3     && < 0.4,
     monad-control              >= 0.3     && < 1.1,
-    mtl                        >= 2.0     && < 2.3,
+    mtl                        >= 2.0     && < 2.4,
     process                    >= 1.1     && < 1.7,
     random                     >= 1.0.1.0 && < 1.3,
     text                       >= 0.10    && < 2.1,
     time                       >= 1.1     && < 1.13,
-    transformers               >= 0.3     && < 0.6,
+    transformers               >= 0.3     && < 0.7,
     transformers-base          >= 0.4     && < 0.5,
     unordered-containers       >= 0.1.4   && < 0.3,
-    vector                     >= 0.9     && < 0.13,
+    vector                     >= 0.9     && < 0.14,
     xmlhtml                    >= 0.2.3.5 && < 0.4,
     indexed-traversable        >= 0.1.1   && < 0.2
 
diff --git a/test/suite/Heist/Interpreted/Tests.hs b/test/suite/Heist/Interpreted/Tests.hs
--- a/test/suite/Heist/Interpreted/Tests.hs
+++ b/test/suite/Heist/Interpreted/Tests.hs
@@ -11,6 +11,7 @@
 
 ------------------------------------------------------------------------------
 import           Blaze.ByteString.Builder
+import           Control.Monad
 import           Control.Monad.State
 import           Data.Aeson
 import           Data.ByteString.Char8                (ByteString)
