diff --git a/cabal.project b/cabal.project index f41bad2..acf16d8 100644 --- a/cabal.project +++ b/cabal.project @@ -7,6 +7,6 @@ allow-newer: source-repository-package type: git location: https://github.com/dmjio/miso - tag: 1.10.0 + tag: 1.11.0 flags: +template-haskell +benchmark diff --git a/src/Main.hs b/src/Main.hs index c47d265..76ff9d9 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -72,8 +72,8 @@ githubStar = iframe_ ] [] ----------------------------------------------------------------------------- -appView :: Model -> View Model Action -appView m = vfrag +appView :: props -> Model -> View Model Action +appView _ m = vfrag [ githubStar , div_ [ class_ "container"