8
8
#
9
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
10
#
11
- # version: 0.15.20230321
11
+ # version: 0.16.6.20230729
12
12
#
13
- # REGENDATA ("0.15.20230321 ",["github","hackage-server.cabal"])
13
+ # REGENDATA ("0.16.6.20230729 ",["github","hackage-server.cabal"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
@@ -34,19 +34,19 @@ jobs:
34
34
strategy :
35
35
matrix :
36
36
include :
37
- - compiler : ghc-9.6.1
37
+ - compiler : ghc-9.6.2
38
38
compilerKind : ghc
39
- compilerVersion : 9.6.1
39
+ compilerVersion : 9.6.2
40
40
setup-method : ghcup
41
41
allow-failure : false
42
- - compiler : ghc-9.4.4
42
+ - compiler : ghc-9.4.5
43
43
compilerKind : ghc
44
- compilerVersion : 9.4.4
44
+ compilerVersion : 9.4.5
45
45
setup-method : ghcup
46
46
allow-failure : false
47
- - compiler : ghc-9.2.7
47
+ - compiler : ghc-9.2.8
48
48
compilerKind : ghc
49
- compilerVersion : 9.2.7
49
+ compilerVersion : 9.2.8
50
50
setup-method : ghcup
51
51
allow-failure : false
52
52
- compiler : ghc-9.0.2
71
71
apt-get update
72
72
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5
73
73
mkdir -p "$HOME/.ghcup/bin"
74
- curl -sL https://downloads.haskell.org/ghcup/0.1.19.2 /x86_64-linux-ghcup-0.1.19.2 > "$HOME/.ghcup/bin/ghcup"
74
+ curl -sL https://downloads.haskell.org/ghcup/0.1.19.5 /x86_64-linux-ghcup-0.1.19.5 > "$HOME/.ghcup/bin/ghcup"
75
75
chmod a+x "$HOME/.ghcup/bin/ghcup"
76
76
"$HOME/.ghcup/bin/ghcup" install ghc "$HCVER" || (cat "$HOME"/.ghcup/logs/*.* && false)
77
77
"$HOME/.ghcup/bin/ghcup" install cabal 3.10.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
@@ -142,8 +142,8 @@ jobs:
142
142
- name : install cabal-plan
143
143
run : |
144
144
mkdir -p $HOME/.cabal/bin
145
- 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
146
- echo 'de73600b1836d3f55e32d80385acc055fd97f60eaa0ab68a755302685f5d81bc cabal-plan.xz' | sha256sum -c -
145
+ 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
146
+ echo 'f62ccb2971567a5f638f2005ad3173dba14693a45154c1508645c52289714cb2 cabal-plan.xz' | sha256sum -c -
147
147
xz -d < cabal-plan.xz > $HOME/.cabal/bin/cabal-plan
148
148
rm -f cabal-plan.xz
149
149
chmod a+x $HOME/.cabal/bin/cabal-plan
0 commit comments