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

Commit b1299e9

Browse files
committed
Use GHC 9.10, only relax bounds
No need anymore to use anything from head.hackage
1 parent 23d36a0 commit b1299e9

File tree

4 files changed

+12
-19
lines changed

4 files changed

+12
-19
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
./setup.sh
7878
~/.ghc-wasm/add_to_github_path.sh
7979
popd
80+
env:
81+
FLAVOUR: '9.10'
8082

8183
- name: install-sass
8284
run: |

cabal.project

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

3-
index-state: 2024-04-22T21:06:15Z
3+
index-state: 2024-05-13T07:56:22Z
44

55
if arch(wasm32)
66
-- https://github.com/haskellari/splitmix/pull/73
@@ -13,7 +13,7 @@ if arch(wasm32)
1313
source-repository-package
1414
type: git
1515
location: https://github.com/amesgen/miso
16-
tag: bb9ce9a3dd03a7c1ac945943f65955ab10a53011
16+
tag: 27dd5fc80be9d0a3b80a9ecc81ee3401bc610e01
1717

1818
source-repository-package
1919
type: git
@@ -23,12 +23,6 @@ if arch(wasm32)
2323
package aeson
2424
flags: -ordered-keymap
2525

26-
package QuickCheck
27-
flags: -templateHaskell
28-
29-
package reflection
30-
flags: -template-haskell
31-
3226
if impl(ghc >= 9.10)
3327
allow-newer:
3428
, base
@@ -40,13 +34,10 @@ if impl(ghc >= 9.10)
4034
, template-haskell
4135
, text
4236
, time
37+
, jsaddle:lens
4338

4439
constraints:
4540
directory installed,
4641
process installed,
4742
time installed,
4843
unix installed
49-
50-
packages: https://ghc.gitlab.haskell.org/head.hackage/package/text-short-0.1.5.tar.gz
51-
52-
packages: https://ghc.gitlab.haskell.org/head.hackage/package/lens-5.2.3.tar.gz

flake.lock

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

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_gmp
11+
inputs.ghc-wasm-meta.packages.${system}.all_9_10
1212
pkgs.dart-sass
1313
];
1414
};

0 commit comments

Comments
 (0)