Skip to content

Commit 04ab24b

Browse files
committed
Regenerate CI
1 parent 9b4b73c commit 04ab24b

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/haskell-CI/haskell-ci
1010
#
11-
# version: 0.15.20230321
11+
# version: 0.16.5
1212
#
13-
# REGENDATA ("0.15.20230321",["github","zlib.cabal"])
13+
# REGENDATA ("0.16.5",["github","zlib.cabal"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -28,19 +28,19 @@ jobs:
2828
strategy:
2929
matrix:
3030
include:
31-
- compiler: ghc-9.6.1
31+
- compiler: ghc-9.6.2
3232
compilerKind: ghc
33-
compilerVersion: 9.6.1
33+
compilerVersion: 9.6.2
3434
setup-method: ghcup
3535
allow-failure: false
36-
- compiler: ghc-9.4.4
36+
- compiler: ghc-9.4.5
3737
compilerKind: ghc
38-
compilerVersion: 9.4.4
38+
compilerVersion: 9.4.5
3939
setup-method: ghcup
4040
allow-failure: false
41-
- compiler: ghc-9.2.7
41+
- compiler: ghc-9.2.8
4242
compilerKind: ghc
43-
compilerVersion: 9.2.7
43+
compilerVersion: 9.2.8
4444
setup-method: ghcup
4545
allow-failure: false
4646
- compiler: ghc-9.0.2
@@ -205,8 +205,8 @@ jobs:
205205
- name: install cabal-plan
206206
run: |
207207
mkdir -p $HOME/.cabal/bin
208-
curl -sL https://github.com/haskell-hvr/cabal-plan/releases/download/v0.6.2.0/cabal-plan-0.6.2.0-x86_64-linux.xz > cabal-plan.xz
209-
echo 'de73600b1836d3f55e32d80385acc055fd97f60eaa0ab68a755302685f5d81bc cabal-plan.xz' | sha256sum -c -
208+
curl -sL https://github.com/haskell-hvr/cabal-plan/releases/download/v0.7.3.0/cabal-plan-0.7.3.0-x86_64-linux.xz > cabal-plan.xz
209+
echo 'f62ccb2971567a5f638f2005ad3173dba14693a45154c1508645c52289714cb2 cabal-plan.xz' | sha256sum -c -
210210
xz -d < cabal-plan.xz > $HOME/.cabal/bin/cabal-plan
211211
rm -f cabal-plan.xz
212212
chmod a+x $HOME/.cabal/bin/cabal-plan

.github/workflows/other.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
os: [windows-latest, macOS-latest]
1717
ghc: ['latest']
1818
steps:
19-
- uses: actions/checkout@v2
20-
- uses: haskell/actions/setup@v1
19+
- uses: actions/checkout@v3
20+
- uses: haskell/actions/setup@v2
2121
id: setup-haskell-cabal
2222
with:
2323
ghc-version: ${{ matrix.ghc }}
2424
- name: Update cabal package database
2525
run: cabal update
26-
- uses: actions/cache@v2
26+
- uses: actions/cache@v3
2727
name: Cache cabal stuff
2828
with:
2929
path: |

zlib.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ tested-with: GHC == 7.0.4
3535
, GHC == 8.8.4
3636
, GHC == 8.10.7
3737
, GHC == 9.0.2
38-
, GHC == 9.2.7
39-
, GHC == 9.4.4
40-
, GHC == 9.6.1
38+
, GHC == 9.2.8
39+
, GHC == 9.4.5
40+
, GHC == 9.6.2
4141

4242
extra-source-files: changelog
4343
README.md

0 commit comments

Comments
 (0)