File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3030 - name : setup-ghc-wasm
3131 run : |
3232 pushd "$(mktemp -d)"
33- curl -f -L --retry 5 https://gitlab.haskell.org/ghc /ghc-wasm-meta/-/archive/master/ghc-wasm-meta-master.tar.gz | tar xz --strip-components=1
33+ curl -f -L --retry 5 https://gitlab.haskell.org/haskell-wasm /ghc-wasm-meta/-/archive/master/ghc-wasm-meta-master.tar.gz | tar xz --strip-components=1
3434 FLAVOUR=9.12 ./setup.sh
3535 ~/.ghc-wasm/add_to_github_path.sh
3636 popd
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ the ghc wasm backend.
2222
2323` pandoc.wasm ` is built with 9.12 flavour of ghc wasm backend in CI,
2424which can be installed via
25- [ ` ghc-wasm-meta ` ] ( https://gitlab.haskell.org/ghc /ghc-wasm-meta ) . You
25+ [ ` ghc-wasm-meta ` ] ( https://gitlab.haskell.org/haskell-wasm /ghc-wasm-meta ) . You
2626need at least 9.10 since it's the earliest major version with (my
2727non-official) backports for ghc wasm backend's Template Haskell & ghci
2828support.
You can’t perform that action at this time.
0 commit comments