diff options
author | Ben Sima <ben@bsima.me> | 2020-07-17 19:38:19 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-07-17 19:41:52 -0700 |
commit | 17a2f2364326d0eb527631353942fccecd7e2a7f (patch) | |
tree | 174ccc1f9975445768080cba4d0d7f4e32ac8240 /Hero | |
parent | b177945cc90711e292603f8ce7730a938da534f3 (diff) |
Revert "deps: update miso"
This reverts commit ca28f4a86b839d702bdaa70925884aa2bd5cf9ed.
There seems to be a regression in miso where it doesn't load properly any more.
Diffstat (limited to 'Hero')
-rw-r--r-- | Hero/Client.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Hero/Client.hs b/Hero/Client.hs index a2dbbec..5429855 100644 --- a/Hero/Client.hs +++ b/Hero/Client.hs @@ -68,7 +68,6 @@ main = miso $ \currentURI -> App {model = initModel currentURI, ..} events = defaultEvents initialAction = NoOp mountPoint = Nothing - logLevel = DebugPrerender (∈) :: Ord a => a -> Set a -> Bool (∈) = Set.member |