aff-coroutines

This commit is contained in:
Phil Freeman 2016-10-23 16:09:25 -07:00
parent 060b5de56c
commit 6e903b4e7c

View file

@ -35,6 +35,47 @@
"repo": "https://github.com/slamdata/purescript-aff.git",
"version": "v2.0.1"
},
"aff-coroutines": {
"dependencies": [
"aff",
"arrays",
"bifunctors",
"console",
"const",
"contravariant",
"control",
"coroutines",
"distributive",
"eff",
"either",
"exceptions",
"exists",
"foldable-traversable",
"freet",
"functions",
"functors",
"identity",
"invariant",
"lazy",
"maybe",
"monoid",
"newtype",
"nonempty",
"parallel",
"partial",
"prelude",
"profunctor",
"refs",
"st",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-aff-coroutines.git",
"version": "v4.0.0"
},
"argonaut": {
"dependencies": [
"argonaut-codecs",