Merge pull request #192 from xcthulhu/psc-0.12.0-argonaut

Adding argonaut-codecs
This commit is contained in:
Justin Woo 2018-06-08 10:07:19 +02:00 committed by GitHub
commit f390e0ec41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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",
@ -446,7 +457,7 @@
"repo": "https://github.com/purescript/purescript-globals.git",
"version": "v4.0.0"
},
"group": {
"group": {
"dependencies": [
"lists",
"psci-support"