Skip to content

Commit f453ea7

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

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
@@ -224,8 +224,8 @@ library
224224
binary >= 0.5 && < 0.9,
225225
bytestring >= 0.10.4 && < 0.13,
226226
deepseq >= 1.1 && < 1.6,
227-
ghc-prim >= 0.2 && < 0.14,
228-
template-haskell >= 2.5 && < 2.24
227+
ghc-prim >= 0.2 && < 0.15,
228+
template-haskell >= 2.5 && < 2.25
229229

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

0 commit comments

Comments
 (0)