Add argonaut-traversals and argonaut

This commit is contained in:
Gary Burgess 2016-10-22 15:29:41 +01:00
parent 79d0c87629
commit 9b66378412

View file

@ -1798,5 +1798,96 @@
],
"repo": "https://github.com/purescript-node/purescript-node-url.git",
"version": "v2.0.0"
},
"argonaut-traversals": {
"dependencies": [
"argonaut-codecs",
"argonaut-core",
"arrays",
"bifunctors",
"const",
"contravariant",
"control",
"distributive",
"eff",
"either",
"enums",
"foldable-traversable",
"functions",
"functors",
"generics",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"profunctor",
"profunctor-lenses",
"proxy",
"sets",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-argonaut-traversals.git",
"version": "v2.0.0"
},
"argonaut": {
"dependencies": [
"argonaut-codecs",
"argonaut-core",
"argonaut-traversals",
"arrays",
"bifunctors",
"const",
"contravariant",
"control",
"distributive",
"eff",
"either",
"enums",
"foldable-traversable",
"functions",
"functors",
"generics",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"profunctor",
"profunctor-lenses",
"proxy",
"sets",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-argonaut.git",
"version": "v2.0.0"
}
}