From 0a4ca1b20c96463acdbf8f20df83f2f5d0ba2ffd Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Tue, 3 Dec 2024 14:58:39 +1100 Subject: [PATCH] Bump dependencies (support ghc 9.12) --- cabal.project | 6 ++++++ text.cabal | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/cabal.project b/cabal.project index 068f4f22..aa4004d7 100644 --- a/cabal.project +++ b/cabal.project @@ -1,3 +1,9 @@ packages: . tests: True benchmarks: True + + +allow-newer: + , splitmix:base + , tagged:template-haskell + , tasty-inspection-testing:base 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