Merge pull request #42 from bodil/master

Add eulalie, signal, smolder and vdom.
This commit is contained in:
Phil Freeman 2017-01-05 11:23:55 -08:00 committed by GitHub
commit 2ac928bb61

View file

@ -849,6 +849,41 @@
"repo": "https://github.com/passy/purescript-errors.git",
"version": "v2.1.0"
},
"eulalie": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"eff",
"either",
"foldable-traversable",
"functions",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"sets",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable"
],
"repo": "https://github.com/bodil/purescript-eulalie.git",
"version": "v4.1.0"
},
"exceptions": {
"dependencies": [
"bifunctors",
@ -2809,6 +2844,83 @@
"repo": "https://github.com/purescript/purescript-sets.git",
"version": "v2.0.0"
},
"signal": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"datetime",
"distributive",
"dom",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"generics",
"identity",
"integers",
"invariant",
"js-date",
"js-timers",
"lazy",
"lists",
"math",
"maybe",
"media-types",
"monoid",
"newtype",
"nonempty",
"nullable",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/bodil/purescript-signal.git",
"version": "v8.0.1"
},
"smolder": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"catenable-lists",
"control",
"eff",
"either",
"foldable-traversable",
"functions",
"generics",
"identity",
"invariant",
"lazy",
"lists",
"maps",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable"
],
"repo": "https://github.com/bodil/purescript-smolder.git",
"version": "v6.0.1"
},
"st": {
"dependencies": [
"eff",
@ -3105,7 +3217,7 @@
"unsafe-coerce"
],
"repo": "https://github.com/bodil/purescript-test-unit.git",
"version": "v10.0.1"
"version": "v10.0.2"
},
"thermite": {
"dependencies": [
@ -3339,6 +3451,52 @@
"repo": "https://github.com/purescript/purescript-validation.git",
"version": "v2.0.0"
},
"vdom": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"control",
"datetime",
"distributive",
"dom",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"generics",
"identity",
"integers",
"invariant",
"js-date",
"lazy",
"lists",
"maps",
"math",
"maybe",
"media-types",
"monoid",
"newtype",
"nonempty",
"nullable",
"partial",
"prelude",
"proxy",
"refs",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/bodil/purescript-vdom.git",
"version": "v2.0.2"
},
"yargs": {
"dependencies": [
"arrays",