Skip to content

Commit 2fa7c86

Browse files
committed
Support ghc 9.12
1 parent ea2662c commit 2fa7c86

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

parallel.cabal

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ category: Control, Parallelism
1212
build-type: Simple
1313

1414
tested-with:
15-
GHC == 9.10.0
16-
GHC == 9.8.2
17-
GHC == 9.6.4
15+
GHC == 9.12.0
16+
GHC == 9.10.1
17+
GHC == 9.8.3
18+
GHC == 9.6.6
1819
GHC == 9.4.8
1920
GHC == 9.2.8
2021
GHC == 9.0.2
@@ -24,8 +25,8 @@ tested-with:
2425
GHC == 8.4.4
2526
GHC == 8.2.2
2627
GHC == 8.0.2
27-
GHC == 7.10.3
2828
-- Drop these old GHCs from CI:
29+
-- GHC == 7.10.3
2930
-- GHC == 7.8.4
3031
-- GHC == 7.6.3
3132
-- GHC == 7.4.2
@@ -65,7 +66,7 @@ library
6566

6667
build-depends:
6768
array >= 0.3 && < 0.6,
68-
base >= 4.3 && < 4.21,
69+
base >= 4.3 && < 4.22,
6970
containers >= 0.4 && < 0.8,
7071
deepseq >= 1.1 && < 1.6
7172

0 commit comments

Comments
 (0)