Skip to content

Commit c867a74

Browse files
authored
Merge pull request #50 from TripShot/ghc-9.8
Add GHC 9.8 to CI
2 parents c4a1b0b + 05d7de2 commit c867a74

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,16 @@ jobs:
3434
- "9.2"
3535
- "9.4"
3636
- "9.6"
37+
- "9.8"
3738
include:
38-
- { os: macOS-latest, ghc: "9.6" }
39-
- { os: windows-latest, ghc: "9.6" }
39+
- { os: macOS-latest, ghc: "9.8" }
40+
- { os: windows-latest, ghc: "9.8" }
4041

4142
steps:
4243
- uses: actions/checkout@v3
4344

4445
- name: Set up GHC ${{ matrix.ghc-version }}
45-
uses: haskell/actions/setup@v2
46+
uses: haskell-actions/setup@v2
4647
id: setup
4748
with:
4849
ghc-version: ${{ matrix.ghc }}
@@ -97,7 +98,7 @@ jobs:
9798
steps:
9899
- uses: actions/checkout@v3
99100

100-
- uses: haskell/actions/setup@v2
101+
- uses: haskell-actions/setup@v2
101102
name: Setup Haskell Stack
102103
id: setup
103104
with:

xmlhtml.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Tested-With:
3636
GHC == 9.0.2
3737
GHC == 9.2.8
3838
GHC == 9.4.7
39-
GHC == 9.6.2
39+
GHC == 9.6.3
40+
GHC == 9.8.1
4041

4142
extra-doc-files:
4243
CHANGELOG.md
@@ -843,7 +844,7 @@ Library
843844
blaze-markup >= 0.8 && < 0.9,
844845
bytestring >= 0.9 && < 0.13,
845846
bytestring-builder >= 0.10.4.0.2 && < 0.11,
846-
containers >= 0.3 && < 0.7,
847+
containers >= 0.3 && < 1.0,
847848
parsec >= 3.1.2 && < 3.2,
848849
text >= 0.11 && < 2.2,
849850
unordered-containers >= 0.1.4 && < 0.3

0 commit comments

Comments
 (0)