Skip to content

Commit e4735cb

Browse files
committed
Update for GHC 9.10
1 parent 24bfe3c commit e4735cb

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
cabal: ["latest"]
10-
ghc: ["8.6", "8.8", "8.10", "9.0", "9.2", "9.4", "9.6", "9.8"]
10+
ghc: ["9.2", "9.4", "9.6", "9.8", "9.10"]
1111
env:
1212
CONFIG: "--enable-tests"
1313
steps:

errata.cabal

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,11 @@ extra-doc-files:
2020
README.md
2121
CHANGELOG.md
2222
tested-with:
23-
GHC == 8.6.5
24-
, GHC == 8.8.4
25-
, GHC == 8.10.7
26-
, GHC == 9.0.2
27-
, GHC == 9.2.8
28-
, GHC == 9.4.5
29-
, GHC == 9.6.2
30-
, GHC == 9.8.1
23+
GHC == 9.2.8
24+
, GHC == 9.4.8
25+
, GHC == 9.6.6
26+
, GHC == 9.8.4
27+
, GHC == 9.10.1
3128

3229
source-repository head
3330
type: git
@@ -39,8 +36,8 @@ flag usewcwidth
3936

4037
common common-options
4138
build-depends:
42-
base >= 4.12 && < 4.20
43-
, containers >= 0.6 && < 0.7
39+
base >= 4.12 && < 4.21
40+
, containers >= 0.6 && < 0.8
4441
, text >= 1.2.3 && < 2.2
4542
ghc-options:
4643
-Wall

0 commit comments

Comments
 (0)