This repository was archived by the owner on Oct 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,12 @@ jobs:
5656
5757 - name : cabal
5858 run : |
59- ghcup config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/develop/ghcup-prereleases-0.0.8.yaml
60- ghcup install cabal --set 3.15.0.0.2024.10.3
59+ ghcup install cabal --set latest
6160
6261 - name : wasm32-wasi-ghc
6362 run : |
64- ghcup config add-release-channel https://raw.githubusercontent.com /haskell/ghcup-metadata/develop/ ghcup-cross -0.0.8 .yaml
65- ghcup install ghc --set wasm32-wasi-9.10.1.20241021 -- $CONFIGURE_ARGS
63+ ghcup config add-release-channel https://gitlab.haskell.org /haskell-wasm/ghc-wasm-meta/-/raw/master/ ghcup-wasm -0.0.9 .yaml
64+ ghcup install ghc --set wasm32-wasi-9.12 -- $CONFIGURE_ARGS
6665
6766 - uses : dw-labs-org/dart-sass-gha@v1
6867
@@ -113,7 +112,7 @@ jobs:
113112 ~/.ghc-wasm/add_to_github_path.sh
114113 popd
115114 env :
116- FLAVOUR : ' 9.10 '
115+ FLAVOUR : ' 9.12 '
117116
118117 - uses : dw-labs-org/dart-sass-gha@v1
119118
Original file line number Diff line number Diff line change 88 {
99 devShells . default = pkgs . mkShell {
1010 packages = [
11- inputs . ghc-wasm-meta . packages . ${ system } . all_9_10
11+ inputs . ghc-wasm-meta . packages . ${ system } . all_9_12
1212 pkgs . dart-sass
1313 ] ;
1414 } ;
You can’t perform that action at this time.
0 commit comments