Merge pull request #188 from justinwoo/updates

update halogen and add unicode
This commit is contained in:
Justin Woo 2018-06-03 23:00:59 +03:00 committed by GitHub
commit 6b46453e11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": [
@ -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",