We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1736081 commit 09e43fcCopy full SHA for 09e43fc
nothunks.cabal
@@ -43,13 +43,13 @@ library
43
build-depends: base >= 4.12 && < 5
44
, containers >= 0.5 && < 0.8
45
, stm >= 2.5 && < 2.6
46
- , time >= 1.5 && < 1.13
+ , time >= 1.5 && < 1.15
47
48
-- Whatever is bundled with ghc
49
, ghc-heap
50
51
if impl(ghc >= 9.2)
52
- build-depends: wherefrom-compat ^>= 0.1.1
+ build-depends: wherefrom-compat ^>= 0.2
53
54
if flag(bytestring)
55
build-depends: bytestring >= 0.10 && < 0.13
@@ -80,7 +80,7 @@ test-suite nothunks-test
80
, ghc-prim
81
82
-- Additional dependencies
83
- , hedgehog >= 1.1 && < 1.5
+ , hedgehog >= 1.1 && < 1.6
84
, random >= 1.1 && < 1.3
85
, tasty >= 1.3 && < 1.6
86
, tasty-hedgehog >= 1.1 && < 1.5
0 commit comments