From f1a05704a153ecc6a9bd45f6df8dd99820e74a2d Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 12 Jun 2025 15:56:06 -0400 Subject: [PATCH] Bump base upper bound to <4.23 Also bump template-haskell, allowing GHC 9.14. --- text.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/text.cabal b/text.cabal index 3205bae2..fe3888d5 100644 --- a/text.cabal +++ b/text.cabal @@ -225,8 +225,8 @@ library binary >= 0.5 && < 0.9, bytestring >= 0.10.4 && < 0.13, deepseq >= 1.1 && < 1.6, - ghc-prim >= 0.2 && < 0.14, - template-haskell >= 2.5 && < 2.24 + ghc-prim >= 0.2 && < 0.15, + template-haskell >= 2.5 && < 2.25 if impl(ghc < 9.4) build-depends: data-array-byte >= 0.1 && < 0.2