Skip to content

Commit 7407e87

Browse files
bgamariLysxia
authored andcommitted
Bump base upper bound to <4.23
Also bump template-haskell, allowing GHC 9.14.
1 parent fd9c873 commit 7407e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)