File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,16 @@ jobs:
34
34
- " 9.2"
35
35
- " 9.4"
36
36
- " 9.6"
37
+ - " 9.8"
37
38
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 " }
40
41
41
42
steps :
42
43
- uses : actions/checkout@v3
43
44
44
45
- name : Set up GHC ${{ matrix.ghc-version }}
45
- uses : haskell/ actions/setup@v2
46
+ uses : haskell- actions/setup@v2
46
47
id : setup
47
48
with :
48
49
ghc-version : ${{ matrix.ghc }}
97
98
steps :
98
99
- uses : actions/checkout@v3
99
100
100
- - uses : haskell/ actions/setup@v2
101
+ - uses : haskell- actions/setup@v2
101
102
name : Setup Haskell Stack
102
103
id : setup
103
104
with :
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ Tested-With:
36
36
GHC == 9.0.2
37
37
GHC == 9.2.8
38
38
GHC == 9.4.7
39
- GHC == 9.6.2
39
+ GHC == 9.6.3
40
+ GHC == 9.8.1
40
41
41
42
extra-doc-files :
42
43
CHANGELOG.md
@@ -843,7 +844,7 @@ Library
843
844
blaze-markup >= 0.8 && < 0.9 ,
844
845
bytestring >= 0.9 && < 0.13 ,
845
846
bytestring-builder >= 0.10.4.0.2 && < 0.11 ,
846
- containers >= 0.3 && < 0.7 ,
847
+ containers >= 0.3 && < 1.0 ,
847
848
parsec >= 3.1.2 && < 3.2 ,
848
849
text >= 0.11 && < 2.2 ,
849
850
unordered-containers >= 0.1.4 && < 0.3
You can’t perform that action at this time.
0 commit comments