Skip to content

Commit

Permalink
Add mmorph, spec, pipes (purescript#73)
Browse files Browse the repository at this point in the history
* Add remotedata

* Add mmorph

* Add spec, pipes
  • Loading branch information
mostalive authored and paf31 committed May 25, 2017
1 parent db14671 commit cc4c1ef
Showing 1 changed file with 130 additions and 0 deletions.
130 changes: 130 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit cc4c1ef

Please sign in to comment.