Skip to content

Commit f1a0570

Browse files
committed
Bump base upper bound to <4.23
Also bump template-haskell, allowing GHC 9.14.
1 parent e1e11f2 commit f1a0570

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

text.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ library
225225
binary >= 0.5 && < 0.9,
226226
bytestring >= 0.10.4 && < 0.13,
227227
deepseq >= 1.1 && < 1.6,
228-
ghc-prim >= 0.2 && < 0.14,
229-
template-haskell >= 2.5 && < 2.24
228+
ghc-prim >= 0.2 && < 0.15,
229+
template-haskell >= 2.5 && < 2.25
230230

231231
if impl(ghc < 9.4)
232232
build-depends: data-array-byte >= 0.1 && < 0.2

0 commit comments

Comments
 (0)