update halogen

This commit is contained in:
Jon Schoning 2019-04-05 10:20:39 -05:00
parent a82f0fa510
commit c3940cdeb7
No known key found for this signature in database
GPG key ID: F356416A06AC0A60
6 changed files with 6 additions and 7 deletions

View file

@ -1,14 +1,14 @@
let mkPackage = let mkPackage =
https://raw.githubusercontent.com/spacchetti/spacchetti/0.12.3-20190226/src/mkPackage.dhall https://raw.githubusercontent.com/purescript/package-sets/psc-0.12.3-20190403/src/mkPackage.dhall
let upstream = let upstream =
https://raw.githubusercontent.com/spacchetti/spacchetti/0.12.3-20190226/src/packages.dhall https://raw.githubusercontent.com/purescript/package-sets/psc-0.12.3-20190403/src/packages.dhall
let overrides = let overrides =
{ halogen = { halogen =
upstream.halogen ⫽ { version = "v5.0.0-rc.2" } upstream.halogen ⫽ { version = "v5.0.0-rc.4" }
, halogen-vdom = , halogen-vdom =
upstream.halogen-vdom ⫽ { version = "v5.1.0" } upstream.halogen-vdom ⫽ { version = "v6.1.0" }
} }
let additions = {=} let additions = {=}

View file

@ -4,7 +4,6 @@ import Prelude hiding (div)
import App (StarAction(..), destroy, editBookmark, markRead, toggleStar) import App (StarAction(..), destroy, editBookmark, markRead, toggleStar)
import Component.Markdown as Markdown import Component.Markdown as Markdown
import Data.Array (drop, foldMap)
import Data.Const (Const) import Data.Const (Const)
import Data.Lens (Lens', lens, use, (%=), (.=)) import Data.Lens (Lens', lens, use, (%=), (.=))
import Data.Maybe (Maybe(..), fromMaybe, isJust) import Data.Maybe (Maybe(..), fromMaybe, isJust)

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.