File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,9 @@ package nothunks
4
4
tests : True
5
5
6
6
test-show-details : direct
7
+
8
+ allow-newer :
9
+ , boring :base
10
+ , hashable :base
11
+ , tasty-hedgehog :base
12
+ , unix :base
Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ library
43
43
build-depends : base >= 4.12 && < 5
44
44
, containers >= 0.5 && < 0.8
45
45
, stm >= 2.5 && < 2.6
46
- , time >= 1.5 && < 1.13
46
+ , time >= 1.5 && < 1.15
47
47
48
48
-- Whatever is bundled with ghc
49
49
, ghc-heap
50
50
51
51
if impl(ghc >= 9.2 )
52
- build-depends : wherefrom-compat ^>= 0.1.1
52
+ build-depends : wherefrom-compat ^>= 0.2
53
53
54
54
if flag(bytestring)
55
55
build-depends : bytestring >= 0.10 && < 0.13
@@ -80,7 +80,7 @@ test-suite nothunks-test
80
80
, ghc-prim
81
81
82
82
-- Additional dependencies
83
- , hedgehog >= 1.1 && < 1.5
83
+ , hedgehog >= 1.1 && < 1.6
84
84
, random >= 1.1 && < 1.3
85
85
, tasty >= 1.3 && < 1.6
86
86
, tasty-hedgehog >= 1.1 && < 1.5
You can’t perform that action at this time.
0 commit comments