From 17a2f2364326d0eb527631353942fccecd7e2a7f Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 17 Jul 2020 19:38:19 -0700 Subject: Revert "deps: update miso" This reverts commit ca28f4a86b839d702bdaa70925884aa2bd5cf9ed. There seems to be a regression in miso where it doesn't load properly any more. --- Hero/Client.hs | 1 - nix/sources.json | 6 +++--- 2 files changed, 3 insertions(+), 4 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 diff --git a/nix/sources.json b/nix/sources.json index 2f10c53..fdbb4b6 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -31,10 +31,10 @@ "homepage": "https://haskell-miso.org", "owner": "dmjio", "repo": "miso", - "rev": "1b921c55c2e41f765b26955b642443344b69852b", - "sha256": "1fqvp3rkf9j4rda64wblmzzvzfn0j6wacpnm57zdanlscd8s37bl", + "rev": "41234e419d6177fe05913a1bd885f811afe5cc9f", + "sha256": "1nby1y8yixv0a47h1bzdfjcwzah3km7bfd0phdb520ci4dgs30w1", "type": "tarball", - "url": "https://github.com/dmjio/miso/archive/1b921c55c2e41f765b26955b642443344b69852b.tar.gz", + "url": "https://github.com/dmjio/miso/archive/41234e419d6177fe05913a1bd885f811afe5cc9f.tar.gz", "url_template": "https://github.com///archive/.tar.gz", "version": "1.5" }, -- cgit v1.2.3