Add pux and css (#70)

This commit is contained in:
Thor Adam 2017-05-14 20:06:48 +00:00 committed by Phil Freeman
parent b07adafc9f
commit 192b30c009

View file

@ -481,6 +481,46 @@
"repo": "https://github.com/purescript-contrib/purescript-coroutines.git",
"version": "v4.0.0"
},
"css": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"colors",
"console",
"control",
"distributive",
"eff",
"either",
"foldable-traversable",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"profunctor",
"proxy",
"st",
"strings",
"tailrec",
"these",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/slamdata/purescript-css.git",
"version": "v3.0.0"
},
"datetime": {
"dependencies": [
"arrays",
@ -2611,6 +2651,69 @@
"repo": "https://github.com/purescript/purescript-psci-support.git",
"version": "v3.0.0"
},
"pux": {
"dependencies": [
"aff",
"arraybuffer-types",
"arrays",
"assert",
"bifunctors",
"catenable-lists",
"colors",
"console",
"const",
"contravariant",
"control",
"css",
"datetime",
"distributive",
"dom",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"functors",
"generics",
"globals",
"identity",
"integers",
"invariant",
"js-date",
"js-timers",
"lazy",
"lists",
"maps",
"math",
"maybe",
"media-types",
"monoid",
"newtype",
"nonempty",
"nullable",
"parallel",
"partial",
"prelude",
"profunctor",
"proxy",
"react",
"refs",
"signal",
"smolder",
"st",
"strings",
"tailrec",
"these",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/alexmingoia/purescript-pux.git",
"version": "v9.1.0"
},
"quickcheck": {
"dependencies": [
"arrays",