File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 43
43
.stack-work
44
44
key : ${{ runner.os }}-stack-${{ hashFiles(matrix.stack_yaml) }}
45
45
46
- - uses : haskell/ actions/setup@v2
46
+ - uses : haskell- actions/setup@v2
47
47
id : setup-haskell-stack
48
48
name : Setup Stack
49
49
with :
@@ -71,13 +71,13 @@ jobs:
71
71
strategy :
72
72
matrix :
73
73
include :
74
- - ghc : latest
74
+ - ghc-version : ' 9.8.1 '
75
75
os : ubuntu-latest
76
76
77
77
steps :
78
78
- uses : actions/checkout@v2
79
79
80
- - uses : haskell/ actions/setup@v1
80
+ - uses : haskell- actions/setup@v2
81
81
id : setup-haskell-cabal
82
82
name : Setup Cabal
83
83
with :
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ tested-with: ghc == 8.10.7
23
23
, ghc == 9.2.7
24
24
, ghc == 9.4.5
25
25
, ghc == 9.6.1
26
+ , ghc == 9.8.1
26
27
27
28
cabal-version : >= 1.10
28
29
build-type : Simple
@@ -71,7 +72,7 @@ library
71
72
default-language : Haskell2010
72
73
build-depends : base == 4. *,
73
74
containers,
74
- ghc >= 8.4 && < 9.7 ,
75
+ ghc >= 8.4 && < 9.9 ,
75
76
ghc-paths,
76
77
ghc-boot,
77
78
transformers,
You can’t perform that action at this time.
0 commit comments