diff options
-rw-r--r-- | Hero/Client.hs | 1 | ||||
-rw-r--r-- | 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/<owner>/<repo>/archive/<rev>.tar.gz", "version": "1.5" }, |