File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 88#
99# For more information, see https://github.com/haskell-CI/haskell-ci
1010#
11- # version: 0.19.20240501
11+ # version: 0.19.20240512
1212#
13- # REGENDATA ("0.19.20240501 ",["github","integer-logarithms.cabal"])
13+ # REGENDATA ("0.19.20240512 ",["github","integer-logarithms.cabal"])
1414#
1515name : Haskell-CI
1616on :
3232 strategy :
3333 matrix :
3434 include :
35- - compiler : ghc-9.10.0.20240426
35+ - compiler : ghc-9.10.1
3636 compilerKind : ghc
37- compilerVersion : 9.10.0.20240426
37+ compilerVersion : 9.10.1
3838 setup-method : ghcup
3939 allow-failure : false
4040 - compiler : ghc-9.8.2
8686 mkdir -p "$HOME/.ghcup/bin"
8787 curl -sL https://downloads.haskell.org/ghcup/0.1.20.0/x86_64-linux-ghcup-0.1.20.0 > "$HOME/.ghcup/bin/ghcup"
8888 chmod a+x "$HOME/.ghcup/bin/ghcup"
89- "$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;
9089 "$HOME/.ghcup/bin/ghcup" install ghc "$HCVER" || (cat "$HOME"/.ghcup/logs/*.* && false)
9190 "$HOME/.ghcup/bin/ghcup" install cabal 3.10.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
9291 env :
You can’t perform that action at this time.
0 commit comments