adding purescript-argonaut-generic-codecs (#89)

* added run and variant

* fixed version of variant

* deps for run

* added another dep

* added another dep for variant

* added purescript-argonaut-generic-codecs
This commit is contained in:
dwhitney 2017-06-16 20:08:18 -04:00 committed by Phil Freeman
parent 4cf3fff5fd
commit 850c975f60

View file

@ -275,6 +275,44 @@
"repo": "https://github.com/purescript-contrib/purescript-argonaut-core.git",
"version": "v3.1.0"
},
"argonaut-generic-codecs" : {
"dependencies" : [
"arrays",
"argonaut-core",
"bifunctors",
"control",
"eff",
"either",
"enums",
"foldable-traversable",
"functions",
"gen",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/eskimor/purescript-argonaut-generic-codecs.git",
"version":"v6.0.3"
},
"argonaut-traversals": {
"dependencies": [
"argonaut-codecs",