Skip to content

Commit

Permalink
Upgrade to newer version of Elmish
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoikin committed Jul 29, 2024
1 parent adc1fd4 commit 26953f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ let upstream =
sha256:e56fbdf33a5afd2a610c81f8b940b413a638931edb41532164e641bb2a9ec29c

in upstream
with elmish.version = "v0.10.1"
with elmish.version = "v0.13.0"
2 changes: 1 addition & 1 deletion src/Elmish/HTML.purs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module Elmish.HTML
, module ExportedInternal
) where

import Elmish.React.DOM (text, empty, fragment) as ExportedDOM
import Elmish.React (text, empty, fragment) as ExportedDOM
import Elmish.HTML.Generated as ExportedGen
import Elmish.HTML.Internal (CSS, css, _data) as ExportedInternal
2 changes: 1 addition & 1 deletion src/Elmish/HTML/Styled.purs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ module Elmish.HTML.Styled
, module ExportedInternal
) where

import Elmish.React.DOM (text, empty, fragment) as ExportedDOM
import Elmish.React (text, empty, fragment) as ExportedDOM
import Elmish.HTML.Styled.Generated as ExportedGen
import Elmish.HTML.Internal (CSS, css, _data) as ExportedInternal

0 comments on commit 26953f9

Please sign in to comment.