Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit 2eb76f1

Browse files
committed
chore: use ghc 9.12
1 parent eb81432 commit 2eb76f1

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

flake.nix

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

0 commit comments

Comments
 (0)