File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
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.20241021
11+ # version: 0.19.20240708
1212#
13- # REGENDATA ("0.19.20241021 ",["github","cabal.project"])
13+ # REGENDATA ("0.19.20240708 ",["github","cabal.project"])
1414#
1515name : Haskell-CI
1616on :
8787 mkdir -p "$HOME/.ghcup/bin"
8888 curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
8989 chmod a+x "$HOME/.ghcup/bin/ghcup"
90- "$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;
9190 "$HOME/.ghcup/bin/ghcup" install ghc "$HCVER" || (cat "$HOME"/.ghcup/logs/*.* && false)
9291 "$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
9392 env :
@@ -197,6 +196,7 @@ jobs:
197196 echo "package javascript-bridge-benchmarks" >> cabal.project
198197 echo " ghc-options: -Werror=missing-methods" >> cabal.project
199198 cat >> cabal.project <<EOF
199+ allow-newer: websockets:containers
200200 EOF
201201 $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(javascript-bridge|javascript-bridge-benchmarks)$/; }' >> cabal.project.local
202202 cat cabal.project
Original file line number Diff line number Diff line change 11packages : .
22 ./benchmarks
3+
4+ -- Workaround until https://github.com/jaspervdj/websockets/pull/254 is merged
5+ allow-newer : websockets :containers
You can’t perform that action at this time.
0 commit comments