* add signal

* add mathbox
This commit is contained in:
Rintcius Blok 2017-04-10 23:26:07 +02:00 committed by Phil Freeman
parent cefbbb1e56
commit 0814b2b5c6

View file

@ -1486,6 +1486,63 @@
"repo": "https://github.com/purescript/purescript-math.git",
"version": "v2.0.0"
},
"mathbox": {
"dependencies": [
"arrays",
"bifunctors",
"catenable-lists",
"console",
"const",
"contravariant",
"control",
"datetime",
"distributive",
"dom",
"eff",
"either",
"enums",
"exceptions",
"exists",
"foldable-traversable",
"foreign",
"free",
"functions",
"functors",
"generics",
"globals",
"identity",
"inject",
"integers",
"invariant",
"js-date",
"js-timers",
"lazy",
"lens",
"lists",
"maps",
"math",
"maybe",
"media-types",
"monoid",
"newtype",
"nonempty",
"nullable",
"partial",
"prelude",
"profunctor",
"proxy",
"signal",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/rintcius/purescript-mathbox.git",
"version": "v0.4.0"
},
"maybe": {
"dependencies": [
"control",