Skip to content

Commit 09e43fc

Browse files
committed
Support ghc 9.12
1 parent 1736081 commit 09e43fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)