Skip to content

Commit b86564c

Browse files
committed
Bump ghc-prim and template-haskell bound for GHC 9.12
1 parent ee0a8f8 commit b86564c

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.12,
228-
template-haskell >= 2.5 && < 2.23
227+
ghc-prim >= 0.2 && < 0.14,
228+
template-haskell >= 2.5 && < 2.24
229229

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

0 commit comments

Comments
 (0)