diff --git a/hasql-th.cabal b/hasql-th.cabal
--- a/hasql-th.cabal
+++ b/hasql-th.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: hasql-th
-version: 0.4.1
+version: 0.4.1.1
 category: Hasql, Database, PostgreSQL, Template Haskell
 synopsis: Template Haskell utilities for Hasql
 description:
@@ -80,13 +80,13 @@
   build-depends:
     base >=4.11 && <5,
     bytestring >=0.10 && <0.13,
-    containers >=0.6 && <0.8,
+    containers >=0.6 && <0.9,
     contravariant >=1.5.2 && <2,
     foldl >=1.4.5 && <2,
     hasql >=1.10 && <1.11,
     postgresql-syntax >=0.4.1 && <0.5,
     template-haskell >=2.8 && <3,
-    template-haskell-compat-v0208 >=0.1.9 && <2,
+    template-haskell-compat-v0208 >=0.1.9 && <0.2,
     text >=1 && <3,
     uuid >=1.3 && <2,
     vector >=0.12 && <0.14,
