From 1bf8070689d945edcba83a9c2e005cc6f6d7a742 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Mon, 6 Jan 2025 10:47:10 +1100 Subject: [PATCH] Bump dependencies (support ghc 9.12) --- text.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/text.cabal b/text.cabal index 0c9adfe4..044283bf 100644 --- a/text.cabal +++ b/text.cabal @@ -224,8 +224,8 @@ library binary >= 0.5 && < 0.9, bytestring >= 0.10.4 && < 0.13, deepseq >= 1.1 && < 1.6, - ghc-prim >= 0.2 && < 0.12, - template-haskell >= 2.5 && < 2.23 + ghc-prim >= 0.2 && < 0.14, + template-haskell >= 2.5 && < 2.24 if impl(ghc < 9.4) build-depends: data-array-byte >= 0.1 && < 0.2