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 ea2662c commit 2fa7c86Copy full SHA for 2fa7c86
parallel.cabal
@@ -12,9 +12,10 @@ category: Control, Parallelism
12
build-type: Simple
13
14
tested-with:
15
- GHC == 9.10.0
16
- GHC == 9.8.2
17
- GHC == 9.6.4
+ GHC == 9.12.0
+ GHC == 9.10.1
+ GHC == 9.8.3
18
+ GHC == 9.6.6
19
GHC == 9.4.8
20
GHC == 9.2.8
21
GHC == 9.0.2
@@ -24,8 +25,8 @@ tested-with:
24
25
GHC == 8.4.4
26
GHC == 8.2.2
27
GHC == 8.0.2
- GHC == 7.10.3
28
-- Drop these old GHCs from CI:
29
+ -- GHC == 7.10.3
30
-- GHC == 7.8.4
31
-- GHC == 7.6.3
32
-- GHC == 7.4.2
@@ -65,7 +66,7 @@ library
65
66
67
build-depends:
68
array >= 0.3 && < 0.6,
- base >= 4.3 && < 4.21,
69
+ base >= 4.3 && < 4.22,
70
containers >= 0.4 && < 0.8,
71
deepseq >= 1.1 && < 1.6
72
0 commit comments