Skip to content

Commit 1217a30

Browse files
committed
CI: bump stack.yml to GHC 9.4.3, update actions in haskell-ci.yml
1 parent 03aafb4 commit 1217a30

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
chmod a+x $HOME/.cabal/bin/cabal-plan
177177
cabal-plan --version
178178
- name: checkout
179-
uses: actions/checkout@v2
179+
uses: actions/checkout@v3
180180
with:
181181
path: source
182182
- name: initial cabal.project for sdist
@@ -212,7 +212,7 @@ jobs:
212212
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
213213
cabal-plan
214214
- name: cache
215-
uses: actions/cache@v2
215+
uses: actions/cache@v3
216216
with:
217217
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
218218
path: ~/.cabal/store

.github/workflows/stack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest]
17-
ghc-ver: [9.2.4, 9.0.2, 8.10.7, 8.8.4, 8.6.5, 8.4.4, 8.2.2]
17+
ghc-ver: [9.4.3, 9.2.5, 9.0.2, 8.10.7, 8.8.4, 8.6.5, 8.4.4, 8.2.2]
1818
include:
1919
- os: macos-latest
20-
ghc-ver: 9.2.4
20+
ghc-ver: 9.4.3
2121
- os: windows-latest
2222
ghc-ver: 9.2.4
2323
env:

stack-9.2.4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2022-08-17
1+
resolver: nightly-2022-11-12
22
compiler: ghc-9.2.4
33
compiler-check: match-exact
44

stack-9.2.5.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
resolver: lts-20.1
2+
compiler: ghc-9.2.5
3+
compiler-check: match-exact

stack-9.4.3.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
resolver: nightly-2022-11-26
2+
compiler: ghc-9.4.3
3+
compiler-check: match-exact

0 commit comments

Comments
 (0)