Skip to content

Commit

Permalink
Bump dependencies (support ghc 9.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Dec 3, 2024
1 parent 011e005 commit 0a4ca1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
packages: .
tests: True
benchmarks: True


allow-newer:
, splitmix:base
, tagged:template-haskell
, tasty-inspection-testing:base
4 changes: 2 additions & 2 deletions text.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a4ca1b

Please sign in to comment.