Add mmorph, spec, pipes (#73)

* Add remotedata

* Add mmorph

* Add spec, pipes
This commit is contained in:
Willem van den Ende 2017-05-25 17:28:28 +01:00 committed by Phil Freeman
parent db1467183e
commit cc4c1efb4d

View file

@ -1954,6 +1954,38 @@
"repo": "https://github.com/paf31/purescript-memoize.git",
"version": "v4.0.0"
},
"mmorph": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"const",
"contravariant",
"control",
"distributive",
"eff",
"either",
"foldable-traversable",
"functors",
"identity",
"invariant",
"lazy",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"st",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo":"https://github.com/Thimoteus/purescript-mmorph.git",
"version":"v3.0.0"
},
"monoid": {
"dependencies": [
"control",
@ -2503,6 +2535,44 @@
"repo": "https://github.com/purescript/purescript-partial.git",
"version": "v1.2.0"
},
"pipes": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"console",
"const",
"contravariant",
"control",
"distributive",
"eff",
"either",
"foldable-traversable",
"functors",
"identity",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"mmorph",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo":"https://github.com/felixSchl/purescript-pipes.git",
"version":"v4.0.0"
},
"phoenix": {
"dependencies": [
"arrays",
@ -3189,6 +3259,66 @@
"repo": "https://github.com/bodil/purescript-smolder.git",
"version": "v7.0.0"
},
"spec": {
"dependencies": [
"aff",
"arrays",
"assert",
"bifunctors",
"console",
"const",
"contravariant",
"control",
"datetime",
"distributive",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"functors",
"generics",
"globals",
"identity",
"integers",
"invariant",
"js-date",
"js-timers",
"lazy",
"lists",
"maps",
"math",
"maybe",
"mmorph",
"monoid",
"newtype",
"node-buffer",
"node-fs",
"node-path",
"node-process",
"node-streams",
"nonempty",
"nullable",
"parallel",
"partial",
"pipes",
"posix-types",
"prelude",
"proxy",
"refs",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo":"https://github.com/owickstrom/purescript-spec.git",
"version":"v1.0.0"
},
"st": {
"dependencies": [
"eff",