File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,25 @@ tests: True
7
7
-- Show full test output
8
8
test-show-details : direct
9
9
10
- if impl (ghc >= 9.12 )
10
+ if impl (ghc >= 9.14 )
11
11
allow-newer :
12
- , attoparsec :ghc-prim
12
+ , async :base
13
13
, boring :base
14
14
, hashable :base
15
+ , hashable :ghc-bignum
16
+ , hashable :containers
17
+ , hedgehog :time
15
18
, hedgehog :template-haskell
19
+ , hsc2hs :base
20
+ , hsc2hs :process
16
21
, integer-logarithms :base
17
- , integer-logarithms :ghc-prim
22
+ , integer-logarithms :ghc-bignum
23
+ , lifted-async :base
24
+ , primitive :base
25
+ , process :base
18
26
, scientific :base
27
+ , scientific :containers
19
28
, scientific :template-haskell
20
- , text :bytestring
21
- , text :ghc-prim
29
+ , tagged :template-haskell
30
+ , terminal-size :base
31
+ , unix :time
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ test-suite test
51
51
Test.System.Linux.Proc.Hedgehog
52
52
53
53
build-depends : base >= 4.8 && < 5.0
54
- , directory == 1.3. *
55
54
, hedgehog >= 1.0 && < 1.6
56
55
, pretty-show == 1.10. *
57
56
, system-linux-proc
You can’t perform that action at this time.
0 commit comments