File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
10
#
11
- # version: 0.14.1
11
+ # version: 0.14.3
12
12
#
13
- # REGENDATA ("0.14.1 ",["github","zlib.cabal"])
13
+ # REGENDATA ("0.14.3 ",["github","zlib.cabal"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
28
28
strategy :
29
29
matrix :
30
30
include :
31
- - compiler : ghc-9.2.1
31
+ - compiler : ghc-9.2.2
32
32
compilerKind : ghc
33
- compilerVersion : 9.2.1
33
+ compilerVersion : 9.2.2
34
34
setup-method : ghcup
35
35
allow-failure : false
36
36
- compiler : ghc-9.0.2
@@ -106,7 +106,7 @@ jobs:
106
106
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5
107
107
if [ "${{ matrix.setup-method }}" = ghcup ]; then
108
108
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"
110
110
chmod a+x "$HOME/.ghcup/bin/ghcup"
111
111
"$HOME/.ghcup/bin/ghcup" install ghc "$HCVER"
112
112
"$HOME/.ghcup/bin/ghcup" install cabal 3.6.2.0
@@ -117,7 +117,7 @@ jobs:
117
117
apt-get update
118
118
apt-get install -y "$HCNAME" zlib1g-dev
119
119
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"
121
121
chmod a+x "$HOME/.ghcup/bin/ghcup"
122
122
"$HOME/.ghcup/bin/ghcup" install cabal 3.6.2.0
123
123
fi
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ tested-with: GHC == 7.0.4
35
35
, GHC == 8.8.4
36
36
, GHC == 8.10.7
37
37
, GHC == 9.0.2
38
- , GHC == 9.2.1
38
+ , GHC == 9.2.2
39
39
40
40
extra-source-files : changelog
41
41
README.md
You can’t perform that action at this time.
0 commit comments