Skip to content

Commit

Permalink
Fix GHC build with text >=1.2.5 (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Aug 22, 2022
1 parent 0166b06 commit 9b76dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Miso/FFI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import Language.Javascript.JSaddle hiding (obj, val)
#else
import Language.Javascript.JSaddle hiding (Success, obj, val)
#endif
import Miso.String
import Miso.String hiding (elem)

-- | Run given `JSM` action asynchronously, in a separate thread.
forkJSM :: JSM () -> JSM ()
Expand Down
2 changes: 1 addition & 1 deletion src/Miso/Html/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import Text.HTML.TagSoup (Tag(..))
import Miso.Effect
import Miso.Event
import Miso.FFI
import Miso.String hiding (reverse)
import Miso.String hiding (elem, reverse)

-- | Core type for constructing a `VTree`, use this instead of `VTree` directly.
data View action
Expand Down

0 comments on commit 9b76dd5

Please sign in to comment.