Skip to content

Commit cdcd4d9

Browse files
committed
CI: Add GHC 9.10 and drop GHC 7
1 parent ec9fc45 commit cdcd4d9

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

cpphs.cabal

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ Build-type: Simple
2525
Extra-Source-Files: README, LICENCE-GPL, LICENCE-commercial, CHANGELOG, docs/cpphs.1, docs/index.html
2626

2727
tested-with:
28-
GHC == 9.8.0
29-
GHC == 9.6.2
30-
GHC == 9.4.7
28+
GHC == 9.10.1
29+
GHC == 9.8.2
30+
GHC == 9.6.6
31+
GHC == 9.4.8
3132
GHC == 9.2.8
3233
GHC == 9.0.2
3334
GHC == 8.10.7
@@ -36,12 +37,6 @@ tested-with:
3637
GHC == 8.4.4
3738
GHC == 8.2.2
3839
GHC == 8.0.2
39-
GHC == 7.10.3
40-
GHC == 7.8.4
41-
GHC == 7.6.3
42-
GHC == 7.4.2
43-
GHC == 7.2.2
44-
GHC == 7.0.4
4540

4641
flag old-locale
4742
description: If true, use old-locale, otherwise use time 1.5 or newer.

0 commit comments

Comments
 (0)