Add affjax (#82)

* Add affjax

* Resolve with master, sort keys
This commit is contained in:
Michael Xavier 2017-06-13 09:37:36 -07:00 committed by Phil Freeman
parent 04fc4768c1
commit 3061562ec8

View file

@ -94,6 +94,63 @@
"repo": "https://github.com/purescript-contrib/purescript-aff-coroutines.git", "repo": "https://github.com/purescript-contrib/purescript-aff-coroutines.git",
"version": "v5.0.0" "version": "v5.0.0"
}, },
"affjax": {
"dependencies": [
"aff",
"argonaut-core",
"arraybuffer-types",
"arrays",
"bifunctors",
"console",
"const",
"contravariant",
"control",
"datetime",
"distributive",
"dom",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"form-urlencoded",
"functions",
"functors",
"gen",
"generics",
"globals",
"http-methods",
"identity",
"integers",
"invariant",
"js-date",
"lazy",
"lists",
"maps",
"math",
"maybe",
"media-types",
"monoid",
"newtype",
"nonempty",
"nullable",
"parallel",
"partial",
"prelude",
"proxy",
"refs",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/slamdata/purescript-affjax.git",
"version": "v4.0.0"
},
"argonaut": { "argonaut": {
"dependencies": [ "dependencies": [
"argonaut-codecs", "argonaut-codecs",
@ -699,6 +756,51 @@
"repo": "https://github.com/purescript-contrib/purescript-dom.git", "repo": "https://github.com/purescript-contrib/purescript-dom.git",
"version": "v4.3.1" "version": "v4.3.1"
}, },
"dom-classy": {
"dependencies": [
"arraybuffer-types",
"arrays",
"bifunctors",
"control",
"datetime",
"distributive",
"dom",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"generics",
"globals",
"identity",
"integers",
"invariant",
"js-date",
"lazy",
"lists",
"math",
"maybe",
"media-types",
"monoid",
"newtype",
"nonempty",
"nullable",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/garyb/purescript-dom-classy.git",
"version": "v2.1.0"
},
"dom-indexed": { "dom-indexed": {
"dependencies": [ "dependencies": [
"arraybuffer-types", "arraybuffer-types",
@ -2363,6 +2465,44 @@
"repo": "https://github.com/purescript/purescript-nonempty.git", "repo": "https://github.com/purescript/purescript-nonempty.git",
"version": "v4.0.0" "version": "v4.0.0"
}, },
"now": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"console",
"control",
"datetime",
"eff",
"either",
"enums",
"foldable-traversable",
"functions",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-now.git",
"version": "v3.0.0"
},
"nullable": { "nullable": {
"dependencies": [ "dependencies": [
"control", "control",