Skip to content

Commit 4288aa0

Browse files
committed
system-linux-proc.cabal: Bump upper bound on hedgehog
1 parent 94244a4 commit 4288aa0

2 files changed

Lines changed: 2 additions & 20 deletions

File tree

cabal.project

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,7 @@ tests: True
77
-- Show full test output
88
test-show-details: direct
99

10+
-- cabal-allow-newer
1011
if impl (ghc >= 9.14)
1112
allow-newer:
12-
, async:base
1313
, boring:base
14-
, hashable:base
15-
, hashable:ghc-bignum
16-
, hashable:containers
17-
, hedgehog:time
18-
, hedgehog:template-haskell
19-
, hsc2hs:base
20-
, hsc2hs:process
21-
, integer-logarithms:base
22-
, integer-logarithms:ghc-bignum
23-
, lifted-async:base
24-
, primitive:base
25-
, process:base
26-
, scientific:base
27-
, scientific:containers
28-
, scientific:template-haskell
29-
, tagged:template-haskell
30-
, terminal-size:base
31-
, unix:time

system-linux-proc.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ test-suite test
5151
Test.System.Linux.Proc.Hedgehog
5252

5353
build-depends: base >= 4.8 && < 5.0
54-
, hedgehog >= 1.0 && < 1.7
54+
, hedgehog >= 1.0 && < 1.8
5555
, pretty-show == 1.10.*
5656
, system-linux-proc

0 commit comments

Comments
 (0)