diff --git a/shellify.cabal b/shellify.cabal
--- a/shellify.cabal
+++ b/shellify.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               shellify
-version:            0.14.0.1
+version:            0.14.0.2
 
 author: Daniel Rolls
 maintainer: daniel.rolls.27@googlemail.com
@@ -19,7 +19,8 @@
     GHC == 9.2.4,
     GHC == 9.2.8,
     GHC == 9.6.2,
-    GHC == 9.10.1
+    GHC == 9.10.1,
+    GHC == 9.12.2
 
 source-repository head
     type: git
@@ -28,7 +29,7 @@
 common deps
     default-language: GHC2021
     build-depends:
-        base >=4.16 && <4.21,
+        base >=4.16 && <4.22,
         optparse-applicative >=0.18.1.0 && <0.20,
         raw-strings-qq >=1.1 && <1.2,
         text >=1.2.5.0 && <2.2
@@ -52,7 +53,7 @@
         Paths_shellify
     hs-source-dirs: src
     build-depends:
-        containers >=0.6.5.1 && <0.8,
+        containers >=0.6.5.1 && <0.9,
         data-default >=0.7 && <0.9,
         directory >=1.3.6.2 && <1.4,
         HStringTemplate >=0.8.8 && <0.9,
