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 30
30
- name : setup-ghc-wasm
31
31
run : |
32
32
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
34
34
FLAVOUR=9.12 ./setup.sh
35
35
~/.ghc-wasm/add_to_github_path.sh
36
36
popd
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ the ghc wasm backend.
22
22
23
23
` pandoc.wasm ` is built with 9.12 flavour of ghc wasm backend in CI,
24
24
which 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
26
26
need at least 9.10 since it's the earliest major version with (my
27
27
non-official) backports for ghc wasm backend's Template Haskell & ghci
28
28
support.
You can’t perform that action at this time.
0 commit comments