From 66bb23baf6ba7803c1a87cfeec16671b26acde00 Mon Sep 17 00:00:00 2001
From: Ryan Scott <ryan.gl.scott@gmail.com>
Date: Wed, 17 Mar 2021 20:19:53 -0400
Subject: [PATCH] Allow building with template-haskell-2.18.*

See https://gitlab.haskell.org/ghc/ghc/issues/19083.
---
 text.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/text.cabal b/text.cabal
index 18b6d949..f5203c2b 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,
-- 
GitLab