From 3061562ec856ed0f5528bf094190b5d63e75c4d7 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Tue, 13 Jun 2017 09:37:36 -0700 Subject: [PATCH] Add affjax (#82) * Add affjax * Resolve with master, sort keys --- packages.json | 140 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) diff --git a/packages.json b/packages.json index 0888845..0ca8a55 100644 --- a/packages.json +++ b/packages.json @@ -94,6 +94,63 @@ "repo": "https://github.com/purescript-contrib/purescript-aff-coroutines.git", "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": { "dependencies": [ "argonaut-codecs", @@ -699,6 +756,51 @@ "repo": "https://github.com/purescript-contrib/purescript-dom.git", "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": { "dependencies": [ "arraybuffer-types", @@ -2363,6 +2465,44 @@ "repo": "https://github.com/purescript/purescript-nonempty.git", "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": { "dependencies": [ "control",