Skip to content

Commit 670fe89

Browse files
committed
Regenerate haskell-ci
1 parent 9ea09f1 commit 670fe89

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 6 additions & 6 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.14.1
11+
# version: 0.14.3
1212
#
13-
# REGENDATA ("0.14.1",["github","zlib.cabal"])
13+
# REGENDATA ("0.14.3",["github","zlib.cabal"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -28,9 +28,9 @@ jobs:
2828
strategy:
2929
matrix:
3030
include:
31-
- compiler: ghc-9.2.1
31+
- compiler: ghc-9.2.2
3232
compilerKind: ghc
33-
compilerVersion: 9.2.1
33+
compilerVersion: 9.2.2
3434
setup-method: ghcup
3535
allow-failure: false
3636
- compiler: ghc-9.0.2
@@ -106,7 +106,7 @@ jobs:
106106
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5
107107
if [ "${{ matrix.setup-method }}" = ghcup ]; then
108108
mkdir -p "$HOME/.ghcup/bin"
109-
curl -sL https://downloads.haskell.org/ghcup/0.1.17.3/x86_64-linux-ghcup-0.1.17.3 > "$HOME/.ghcup/bin/ghcup"
109+
curl -sL https://downloads.haskell.org/ghcup/0.1.17.5/x86_64-linux-ghcup-0.1.17.5 > "$HOME/.ghcup/bin/ghcup"
110110
chmod a+x "$HOME/.ghcup/bin/ghcup"
111111
"$HOME/.ghcup/bin/ghcup" install ghc "$HCVER"
112112
"$HOME/.ghcup/bin/ghcup" install cabal 3.6.2.0
@@ -117,7 +117,7 @@ jobs:
117117
apt-get update
118118
apt-get install -y "$HCNAME" zlib1g-dev
119119
mkdir -p "$HOME/.ghcup/bin"
120-
curl -sL https://downloads.haskell.org/ghcup/0.1.17.3/x86_64-linux-ghcup-0.1.17.3 > "$HOME/.ghcup/bin/ghcup"
120+
curl -sL https://downloads.haskell.org/ghcup/0.1.17.5/x86_64-linux-ghcup-0.1.17.5 > "$HOME/.ghcup/bin/ghcup"
121121
chmod a+x "$HOME/.ghcup/bin/ghcup"
122122
"$HOME/.ghcup/bin/ghcup" install cabal 3.6.2.0
123123
fi

zlib.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ 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.1
38+
, GHC == 9.2.2
3939

4040
extra-source-files: changelog
4141
README.md

0 commit comments

Comments
 (0)