Skip to content

Commit

Permalink
Introducing argonaut and argonaut-traversals
Browse files Browse the repository at this point in the history
  • Loading branch information
xcthulhu committed Jun 23, 2018
1 parent 8013e80 commit 7c6adaf
Showing 1 changed file with 29 additions and 11 deletions.
40 changes: 29 additions & 11 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@
"repo": "https://github.com/hdgarrood/purescript-ansi",
"version": "v5.0.0"
},
"argonaut": {
"dependencies": [
"argonaut-codecs",
"argonaut-core",
"argonaut-traversals"
],
"repo": "git://github.com/purescript-contrib/purescript-argonaut.git",
"version": "v4.0.1"
},
"argonaut-codecs": {
"dependencies": [
"argonaut-core",
Expand Down Expand Up @@ -86,6 +95,15 @@
"repo": "https://github.com/purescript-contrib/purescript-argonaut-core.git",
"version": "v4.0.0"
},
"argonaut-traversals": {
"dependencies": [
"argonaut-codecs",
"argonaut-core",
"profunctor-lenses"
],
"repo": "git://github.com/purescript-contrib/purescript-argonaut-traversals.git",
"version": "v4.0.1"
},
"arraybuffer-types": {
"dependencies": [],
"repo": "https://github.com/purescript-contrib/purescript-arraybuffer-types.git",
Expand Down Expand Up @@ -304,17 +322,6 @@
"repo": "https://github.com/purescript/purescript-enums.git",
"version": "v4.0.0"
},
"event": {
"dependencies": [
"prelude",
"console",
"effect",
"filterable",
"nullable"
],
"repo": "https://github.com/paf31/purescript-event.git",
"version": "v1.0.0"
},
"errors": {
"dependencies": [
"control",
Expand All @@ -326,6 +333,17 @@
"repo": "https://github.com/passy/purescript-errors.git",
"version": "v4.0.1"
},
"event": {
"dependencies": [
"prelude",
"console",
"effect",
"filterable",
"nullable"
],
"repo": "https://github.com/paf31/purescript-event.git",
"version": "v1.0.0"
},
"exceptions": {
"dependencies": [
"effect",
Expand Down

0 comments on commit 7c6adaf

Please sign in to comment.