This repository was archived by the owner on Oct 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-19
lines changed Expand file tree Collapse file tree 4 files changed +12
-19
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 11packages : . hs2048
22
3- index-state : 2024-04-22T21:06 :15Z
3+ index-state : 2024-05-13T07:56 :22Z
44
55if 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)
2323package aeson
2424 flags : -ordered-keymap
2525
26- package QuickCheck
27- flags : -templateHaskell
28-
29- package reflection
30- flags : -template-haskell
31-
3226if 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
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_gmp
11+ inputs . ghc-wasm-meta . packages . ${ system } . all_9_10
1212 pkgs . dart-sass
1313 ] ;
1414 } ;
You can’t perform that action at this time.
0 commit comments