File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import Miso.String
14
14
15
15
type Model = Int
16
16
17
- #if defined(wasm32_HOST_ARCH)
17
+ #ifdef WASM
18
18
foreign export javascript " hs_start" main :: IO ()
19
19
#endif
20
20
Original file line number Diff line number Diff line change 39
39
flatris = fetchFromGitHub {
40
40
owner = "dmjio" ;
41
41
repo = "hs-flatris" ;
42
- rev = "8ff07a4 " ;
43
- sha256 = "sha256-8CyAxOI/OfPOOidDg2sWBMlPBo8ujtpdnEowVi9QbZc =" ;
42
+ rev = "4d63a06 " ;
43
+ sha256 = "sha256-wTMOtGQYsAGOW8UJr1V2WoXyo6QwUJIQQ4Fqimm1xfc =" ;
44
44
} ;
45
45
miso-plane = fetchFromGitHub {
46
46
owner = "dmjio" ;
47
47
repo = "miso-plane" ;
48
- rev = "ca840da " ;
49
- sha256 = "sha256-uh6gmuVX7YpeVmRShINJm5FJu5QSodxCPb6Yt18LNH4 =" ;
48
+ rev = "3fd4f3a " ;
49
+ sha256 = "sha256-jbHn3BqrpuBt7KPvbHHzrG6t2cdDrYyFjHdLyD/vgAg =" ;
50
50
} ;
51
51
the2048 = fetchFromGitHub {
52
52
owner = "dmjio" ;
53
53
repo = "hs2048" ;
54
- rev = "f9feab8 " ;
55
- sha256 = "sha256-lyR1XvYHvXePORnxG1+a8lEope2iC7WACZ0KmcWKpLk =" ;
54
+ rev = "25192e8 " ;
55
+ sha256 = "sha256-sxAqm6VpuBPyFw19KM6/XAi8NmbIm/cYXr7SwAExumE =" ;
56
56
} ;
57
57
snake = fetchFromGitHub {
58
58
owner = "dmjio" ;
59
59
repo = "miso-snake" ;
60
- rev = "ef3f3fd " ;
61
- sha256 = "sha256-w8czHPy9TX4iTTVNc/qg3vUuZiVmTO2KHQK/lsgv3hI =" ;
60
+ rev = "712b91f " ;
61
+ sha256 = "sha256-kpI4aBnj5ehoRJAazMM+oHg9fj3XA69sP5bTk/pvFtQ =" ;
62
62
} ;
63
63
todomvc-common = fetchFromGitHub {
64
64
owner = "tastejs" ;
You can’t perform that action at this time.
0 commit comments