Merge pull request #25 from anttih/rx

Add rx
This commit is contained in:
Phil Freeman 2016-10-25 13:09:35 -07:00 committed by GitHub
commit 7d8120d1ca

View file

@ -2222,6 +2222,43 @@
"repo": "https://github.com/purescript/purescript-refs.git",
"version": "v2.0.0"
},
"rx": {
"dependencies": [
"aff",
"arrays",
"bifunctors",
"console",
"const",
"contravariant",
"control",
"distributive",
"eff",
"either",
"exceptions",
"foldable-traversable",
"functions",
"functors",
"identity",
"invariant",
"lazy",
"maybe",
"monoid",
"newtype",
"nonempty",
"parallel",
"partial",
"prelude",
"refs",
"st",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/anttih/purescript-rx.git",
"version": "v1.0.0"
},
"safely": {
"dependencies": [
"arrays",