diff --git a/text.cabal b/text.cabal
index 18b6d9497aa7f48405a92df513d2772d743091c1..f5203c2b6c414fd543763e627d1618da4ce5fb7e 100644
--- a/text.cabal
+++ b/text.cabal
@@ -159,7 +159,7 @@ library
     binary           >= 0.5 && < 0.9,
     deepseq          >= 1.1 && < 1.5,
     ghc-prim         >= 0.2 && < 0.9,
-    template-haskell >= 2.5 && < 2.18
+    template-haskell >= 2.5 && < 2.19
 
   if flag(bytestring-builder)
     build-depends: bytestring         >= 0.9    && < 0.10.4,