Skip to content

Commit cc5c27c

Browse files
authored
Update miso to 998854f (latest master) (#78)
- Pin cabal.project source-repository-package to commit 998854f34040a7e3be1ef460226b835ff57a3cc1 - Update the miso flake input to the same revision - Rename mountStatic_ to mountStatic in the counter example (renamed upstream) Claude-Session: https://claude.ai/code/session_01JCKqa1qvF5fUk3Si7uUB88
1 parent f1594f4 commit cc5c27c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ package miso
1414
source-repository-package
1515
type: git
1616
location: https://github.com/dmjio/miso.git
17-
tag: master
17+
tag: 998854f34040a7e3be1ef460226b835ff57a3cc1

examples/counter/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ data Action
3737
-----------------------------------------------------------------------------
3838
-- | Entry point for a native miso application
3939
main :: IO ()
40-
main = native nativeEvents (static (mountStatic_ counterComponent))
40+
main = native nativeEvents (static (mountStatic counterComponent))
4141
-----------------------------------------------------------------------------
4242
counterComponent :: Component () () Model Action
4343
counterComponent = component (Model 0) updateModel viewModel

flake.lock

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

0 commit comments

Comments
 (0)