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

Commit ed58bf4

Browse files
committed
Bump ghc-wasm-meta, bump index-state
1 parent f2bc32e commit ed58bf4

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: wasm32-wasi-ghc
4444
run: |
4545
ghcup config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/develop/ghcup-cross-0.0.8.yaml
46-
ghcup install ghc --set wasm32-wasi-9.10.0.20240412 -- $CONFIGURE_ARGS
46+
ghcup install ghc --set wasm32-wasi-9.10.1 -- $CONFIGURE_ARGS
4747
4848
- name: install-sass
4949
run: |

cabal.project

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
packages: . hs2048
22

3-
index-state: 2024-06-28T13:56:18Z
3+
index-state: 2024-09-29T15:37:55Z
44

55
if arch(wasm32)
66
-- https://github.com/haskellari/splitmix/pull/73
@@ -22,6 +22,3 @@ if arch(wasm32)
2222

2323
package aeson
2424
flags: -ordered-keymap
25-
26-
if impl(ghc >= 9.10)
27-
allow-newer: servant:base

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)