Skip to content

Commit 22d57c9

Browse files
committed
Support ghc 9.12
1 parent 1736081 commit 22d57c9

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

cabal.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ package nothunks
44
tests: True
55

66
test-show-details: direct
7+
8+
allow-newer:
9+
, boring:base
10+
, hashable:base
11+
, tasty-hedgehog:base
12+
, unix:base

nothunks.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ library
4343
build-depends: base >= 4.12 && < 5
4444
, containers >= 0.5 && < 0.8
4545
, stm >= 2.5 && < 2.6
46-
, time >= 1.5 && < 1.13
46+
, time >= 1.5 && < 1.15
4747

4848
-- Whatever is bundled with ghc
4949
, ghc-heap
5050

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

5454
if flag(bytestring)
5555
build-depends: bytestring >= 0.10 && < 0.13
@@ -80,7 +80,7 @@ test-suite nothunks-test
8080
, ghc-prim
8181

8282
-- Additional dependencies
83-
, hedgehog >= 1.1 && < 1.5
83+
, hedgehog >= 1.1 && < 1.6
8484
, random >= 1.1 && < 1.3
8585
, tasty >= 1.3 && < 1.6
8686
, tasty-hedgehog >= 1.1 && < 1.5

0 commit comments

Comments
 (0)