Skip to content

Commit 4acb3a2

Browse files
committed
Bump hash, update example
1 parent 5785f3e commit 4acb3a2

File tree

4 files changed

+18
-14
lines changed

4 files changed

+18
-14
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ flags: +template-haskell
99
source-repository-package
1010
type: git
1111
location: https://github.com/dmjio/miso
12-
tag: b150a33493e45eba0c32a52d8115120bb0d9ec04
12+
tag: 3d16c724327115f979ecc1044b87272319f47d2f

flake.lock

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

src/Main.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ import qualified Data.IntSet as IS
1515
import qualified Data.Map.Strict as M
1616
-----------------------------------------------------------------------------
1717
import Miso hiding (on)
18+
import Miso.Html hiding (title_)
19+
import Miso.Html.Property
1820
import Miso.Lens
1921
-----------------------------------------------------------------------------
2022
import WebSocket

src/WebSocket.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ import Data.Bool
1515
import GHC.Generics
1616
-----------------------------------------------------------------------------
1717
import Miso hiding (on)
18+
import Miso.Html
19+
import Miso.Html.Property
1820
import Miso.Lens
1921
import Miso.WebSocket
2022
import Miso.String (ToMisoString)

0 commit comments

Comments
 (0)