File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
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.19.20240420
11
+ # version: 0.19.20240513
12
12
#
13
- # REGENDATA ("0.19.20240420 ",["github","cabal.project"])
13
+ # REGENDATA ("0.19.20240513 ",["github","cabal.project"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
35
35
strategy :
36
36
matrix :
37
37
include :
38
+ - compiler : ghc-9.10.1
39
+ compilerKind : ghc
40
+ compilerVersion : 9.10.1
41
+ setup-method : ghcup
42
+ allow-failure : false
38
43
- compiler : ghc-9.8.2
39
44
compilerKind : ghc
40
45
compilerVersion : 9.8.2
85
90
mkdir -p "$HOME/.ghcup/bin"
86
91
curl -sL https://downloads.haskell.org/ghcup/0.1.20.0/x86_64-linux-ghcup-0.1.20.0 > "$HOME/.ghcup/bin/ghcup"
87
92
chmod a+x "$HOME/.ghcup/bin/ghcup"
88
- "$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;
89
93
"$HOME/.ghcup/bin/ghcup" install ghc "$HCVER" || (cat "$HOME"/.ghcup/logs/*.* && false)
90
94
"$HOME/.ghcup/bin/ghcup" install cabal 3.10.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
91
95
apt-get update
You can’t perform that action at this time.
0 commit comments