Skip to content

Commit

Permalink
Support ghc 9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Nov 12, 2024
1 parent 1736081 commit 22d57c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ package nothunks
tests: True

test-show-details: direct

allow-newer:
, boring:base
, hashable:base
, tasty-hedgehog:base
, unix:base
6 changes: 3 additions & 3 deletions nothunks.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ library
build-depends: base >= 4.12 && < 5
, containers >= 0.5 && < 0.8
, stm >= 2.5 && < 2.6
, time >= 1.5 && < 1.13
, time >= 1.5 && < 1.15

-- Whatever is bundled with ghc
, ghc-heap

if impl(ghc >= 9.2)
build-depends: wherefrom-compat ^>= 0.1.1
build-depends: wherefrom-compat ^>= 0.2

if flag(bytestring)
build-depends: bytestring >= 0.10 && < 0.13
Expand Down Expand Up @@ -80,7 +80,7 @@ test-suite nothunks-test
, ghc-prim

-- Additional dependencies
, hedgehog >= 1.1 && < 1.5
, hedgehog >= 1.1 && < 1.6
, random >= 1.1 && < 1.3
, tasty >= 1.3 && < 1.6
, tasty-hedgehog >= 1.1 && < 1.5
Expand Down

0 comments on commit 22d57c9

Please sign in to comment.