Skip to content

Commit

Permalink
Merge pull request #188 from justinwoo/updates
Browse files Browse the repository at this point in the history
update halogen and add unicode
  • Loading branch information
justinwoo authored Jun 3, 2018
2 parents 5c8b430 + ef9ac31 commit 6b46453
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,28 +450,28 @@
"dependencies": [
"aff",
"avar",
"const",
"console",
"const",
"coroutines",
"web-uievents",
"dom-indexed",
"foreign",
"fork",
"free",
"freeap",
"halogen-vdom",
"ordered-collections",
"media-types",
"nullable",
"ordered-collections",
"parallel",
"profunctor",
"profunctor-lenses",
"transformers",
"unsafe-coerce",
"unsafe-reference"
"unsafe-reference",
"web-uievents"
],
"repo": "https://github.com/slamdata/purescript-halogen.git",
"version": "v4.0.0-rc.1"
"version": "v4.0.0"
},
"halogen-vdom": {
"dependencies": [
Expand Down Expand Up @@ -1190,6 +1190,15 @@
"repo": "https://github.com/purescript/purescript-unfoldable.git",
"version": "v4.0.0"
},
"unicode": {
"dependencies": [
"foldable-traversable",
"maybe",
"strings"
],
"repo": "https://github.com/purescript-contrib/purescript-unicode.git",
"version": "v4.0.0"
},
"unsafe-coerce": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-unsafe-coerce",
Expand Down

0 comments on commit 6b46453

Please sign in to comment.