diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,8 @@
+### 0.1.5.1
+
+* Build / compatibility
+  * Support GHC 9.14.
+
 ### 0.1.5.0
 
 * New features
diff --git a/squeal-postgresql-qq.cabal b/squeal-postgresql-qq.cabal
--- a/squeal-postgresql-qq.cabal
+++ b/squeal-postgresql-qq.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                squeal-postgresql-qq
-version:             0.1.5.0
+version:             0.1.5.1
 synopsis:            QuasiQuoter transforming raw sql into Squeal expressions.
 -- description:         
 homepage:            https://github.com/owensmurray/squeal-postgresql-qq
@@ -19,13 +19,13 @@
 common dependencies
   build-depends:
     , aeson             >= 2.1.2.1  && < 2.3
-    , base              >= 4.18.3.0 && < 4.22
+    , base              >= 4.18.3.0 && < 4.23
     , bytestring        >= 0.11.3.0 && < 0.13
     , generics-sop      >= 0.5.1.3  && < 0.6
     , postgresql-syntax >= 0.4.1    && < 0.5
     , scientific        >= 0.3.7.0  && < 0.4
     , squeal-postgresql >= 0.9.1.3  && < 0.10
-    , template-haskell  >= 2.20.0.0 && < 2.24
+    , template-haskell  >= 2.20.0.0 && < 2.25
     , text              >= 1.2.5.0  && < 2.2
     , time              >= 1.9.3    && < 1.15
     , uuid              >= 1.3.15   && < 1.4
