From dda7fc6e904ca5d6c72c8b9b1094329cba0e76c0 Mon Sep 17 00:00:00 2001 From: William Rusnack Date: Fri, 17 May 2024 07:48:08 -0400 Subject: [PATCH] allow template-haskell version 2.22 --- text.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text.cabal b/text.cabal index 1a871386..322bcc27 100644 --- a/text.cabal +++ b/text.cabal @@ -222,7 +222,7 @@ library bytestring >= 0.10.4 && < 0.13, deepseq >= 1.1 && < 1.6, ghc-prim >= 0.2 && < 0.12, - template-haskell >= 2.5 && < 2.22 + template-haskell >= 2.5 && < 2.23 if impl(ghc < 9.4) build-depends: data-array-byte >= 0.1 && < 0.2