8
8
#
9
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
10
#
11
- # version: 0.15.20230312
11
+ # version: 0.16.3
12
12
#
13
- # REGENDATA ("0.15.20230312 ",["github","pqueue.cabal"])
13
+ # REGENDATA ("0.16.3 ",["github","pqueue.cabal"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
@@ -28,14 +28,14 @@ jobs:
28
28
strategy :
29
29
matrix :
30
30
include :
31
- - compiler : ghc-9.6.1
31
+ - compiler : ghc-9.6.2
32
32
compilerKind : ghc
33
- compilerVersion : 9.6.1
33
+ compilerVersion : 9.6.2
34
34
setup-method : ghcup
35
35
allow-failure : false
36
- - compiler : ghc-9.4.4
36
+ - compiler : ghc-9.4.5
37
37
compilerKind : ghc
38
- compilerVersion : 9.4.4
38
+ compilerVersion : 9.4.5
39
39
setup-method : ghcup
40
40
allow-failure : false
41
41
- compiler : ghc-9.2.7
91
91
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5
92
92
if [ "${{ matrix.setup-method }}" = ghcup ]; then
93
93
mkdir -p "$HOME/.ghcup/bin"
94
- curl -sL https://downloads.haskell.org/ghcup/0.1.18.0 /x86_64-linux-ghcup-0.1.18.0 > "$HOME/.ghcup/bin/ghcup"
94
+ curl -sL https://downloads.haskell.org/ghcup/0.1.19.2 /x86_64-linux-ghcup-0.1.19.2 > "$HOME/.ghcup/bin/ghcup"
95
95
chmod a+x "$HOME/.ghcup/bin/ghcup"
96
96
"$HOME/.ghcup/bin/ghcup" install ghc "$HCVER" || (cat "$HOME"/.ghcup/logs/*.* && false)
97
97
"$HOME/.ghcup/bin/ghcup" install cabal 3.10.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
@@ -100,7 +100,7 @@ jobs:
100
100
apt-get update
101
101
apt-get install -y "$HCNAME"
102
102
mkdir -p "$HOME/.ghcup/bin"
103
- curl -sL https://downloads.haskell.org/ghcup/0.1.18.0 /x86_64-linux-ghcup-0.1.18.0 > "$HOME/.ghcup/bin/ghcup"
103
+ curl -sL https://downloads.haskell.org/ghcup/0.1.19.2 /x86_64-linux-ghcup-0.1.19.2 > "$HOME/.ghcup/bin/ghcup"
104
104
chmod a+x "$HOME/.ghcup/bin/ghcup"
105
105
"$HOME/.ghcup/bin/ghcup" install cabal 3.10.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
106
106
fi
@@ -178,8 +178,8 @@ jobs:
178
178
- name : install cabal-plan
179
179
run : |
180
180
mkdir -p $HOME/.cabal/bin
181
- 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
182
- echo 'de73600b1836d3f55e32d80385acc055fd97f60eaa0ab68a755302685f5d81bc cabal-plan.xz' | sha256sum -c -
181
+ 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
182
+ echo 'f62ccb2971567a5f638f2005ad3173dba14693a45154c1508645c52289714cb2 cabal-plan.xz' | sha256sum -c -
183
183
xz -d < cabal-plan.xz > $HOME/.cabal/bin/cabal-plan
184
184
rm -f cabal-plan.xz
185
185
chmod a+x $HOME/.cabal/bin/cabal-plan
0 commit comments