Adding argonaut-codecs

This commit is contained in:
Matthew Wampler-Doty 2018-06-07 20:08:58 -04:00
parent 304bb96b91
commit 095b6b0c7a

View file

@ -58,6 +58,17 @@
"repo": "https://github.com/hdgarrood/purescript-ansi",
"version": "v5.0.0"
},
"argonaut-codecs": {
"dependencies": [
"argonaut-core",
"foreign-object",
"integers",
"maybe",
"ordered-collections"
],
"repo": "git://github.com/purescript-contrib/purescript-argonaut-codecs.git",
"version": "v4.0.0"
},
"argonaut-core": {
"dependencies": [
"arrays",