Skip to content

Commit e703411

Browse files
committed
chore: use haskell-wasm urls
1 parent c304861 commit e703411

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,
2424
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
2626
need at least 9.10 since it's the earliest major version with (my
2727
non-official) backports for ghc wasm backend's Template Haskell & ghci
2828
support.

0 commit comments

Comments
 (0)