From ccf2439102824b9de16da57fac96b6359dc98e65 Mon Sep 17 00:00:00 2001 From: Cheng Shao Date: Tue, 26 Nov 2024 16:34:05 +0000 Subject: [PATCH] chore: use haskell-wasm urls --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d5e114..1da2561 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: - name: setup-ghc-wasm run: | pushd "$(mktemp -d)" - 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 + 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 FLAVOUR=9.12 ./setup.sh ~/.ghc-wasm/add_to_github_path.sh popd diff --git a/README.md b/README.md index aa063cd..fec2f1a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ the ghc wasm backend. `pandoc.wasm` is built with 9.12 flavour of ghc wasm backend in CI, which can be installed via -[`ghc-wasm-meta`](https://gitlab.haskell.org/ghc/ghc-wasm-meta). You +[`ghc-wasm-meta`](https://gitlab.haskell.org/haskell-wasm/ghc-wasm-meta). You need at least 9.10 since it's the earliest major version with (my non-official) backports for ghc wasm backend's Template Haskell & ghci support.