From ba6e64451454fec6541168e7aa95f30739769f41 Mon Sep 17 00:00:00 2001 From: Phil Freeman Date: Sat, 8 Apr 2017 13:17:57 -0700 Subject: [PATCH] Add latest contrib, node and personal packages (#62) * Add latest contrib, node and personal packages * Apply updates --- .gitignore | 1 + packages.json | 1858 ++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 1841 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index d7df6af..270b669 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ output +psc-package.json .psc-package diff --git a/packages.json b/packages.json index b18b133..85a894c 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,274 @@ { + "aff": { + "dependencies": [ + "arrays", + "bifunctors", + "console", + "const", + "contravariant", + "control", + "datetime", + "distributive", + "eff", + "either", + "enums", + "exceptions", + "foldable-traversable", + "functions", + "functors", + "generics", + "globals", + "identity", + "integers", + "invariant", + "lazy", + "lists", + "math", + "maybe", + "monoid", + "newtype", + "nonempty", + "parallel", + "partial", + "prelude", + "proxy", + "refs", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/slamdata/purescript-aff.git", + "version": "v3.0.0" + }, + "aff-coroutines": { + "dependencies": [ + "aff", + "arrays", + "bifunctors", + "console", + "const", + "contravariant", + "control", + "coroutines", + "datetime", + "distributive", + "eff", + "either", + "enums", + "exceptions", + "exists", + "foldable-traversable", + "freet", + "functions", + "functors", + "generics", + "globals", + "identity", + "integers", + "invariant", + "lazy", + "lists", + "math", + "maybe", + "monoid", + "newtype", + "nonempty", + "parallel", + "partial", + "prelude", + "profunctor", + "proxy", + "refs", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-contrib/purescript-aff-coroutines.git", + "version": "v5.0.0" + }, + "argonaut": { + "dependencies": [ + "argonaut-codecs", + "argonaut-core", + "argonaut-traversals", + "arrays", + "bifunctors", + "const", + "contravariant", + "control", + "distributive", + "eff", + "either", + "enums", + "foldable-traversable", + "functions", + "functors", + "gen", + "generics", + "globals", + "identity", + "integers", + "invariant", + "lazy", + "lists", + "maps", + "math", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "profunctor", + "profunctor-lenses", + "proxy", + "sets", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-contrib/purescript-argonaut.git", + "version": "v3.0.0" + }, + "argonaut-codecs": { + "dependencies": [ + "argonaut-core", + "arrays", + "bifunctors", + "control", + "eff", + "either", + "enums", + "foldable-traversable", + "functions", + "gen", + "generics", + "globals", + "identity", + "integers", + "invariant", + "lazy", + "lists", + "maps", + "math", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-contrib/purescript-argonaut-codecs.git", + "version": "v3.0.0" + }, + "argonaut-core": { + "dependencies": [ + "arrays", + "bifunctors", + "control", + "eff", + "either", + "enums", + "foldable-traversable", + "functions", + "gen", + "generics", + "globals", + "identity", + "integers", + "invariant", + "lazy", + "lists", + "maps", + "math", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-contrib/purescript-argonaut-core.git", + "version": "v3.1.0" + }, + "argonaut-traversals": { + "dependencies": [ + "argonaut-codecs", + "argonaut-core", + "arrays", + "bifunctors", + "const", + "contravariant", + "control", + "distributive", + "eff", + "either", + "enums", + "foldable-traversable", + "functions", + "functors", + "gen", + "generics", + "globals", + "identity", + "integers", + "invariant", + "lazy", + "lists", + "maps", + "math", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "profunctor", + "profunctor-lenses", + "proxy", + "sets", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-contrib/purescript-argonaut-traversals.git", + "version": "v3.1.0" + }, + "arraybuffer-types": { + "dependencies": [], + "repo": "https://github.com/purescript-contrib/purescript-arraybuffer-types.git", + "version": "v1.0.0" + }, "arrays": { "dependencies": [ "bifunctors", @@ -42,6 +312,25 @@ "repo": "https://github.com/purescript/purescript-bifunctors.git", "version": "v3.0.0" }, + "canvas": { + "dependencies": [ + "arraybuffer-types", + "bifunctors", + "control", + "eff", + "either", + "exceptions", + "foldable-traversable", + "functions", + "invariant", + "maybe", + "monoid", + "newtype", + "prelude" + ], + "repo": "https://github.com/purescript-contrib/purescript-canvas.git", + "version": "v3.0.0" + }, "catenable-lists": { "dependencies": [ "arrays", @@ -72,6 +361,41 @@ "repo": "https://github.com/purescript/purescript-catenable-lists.git", "version": "v4.0.0" }, + "colors": { + "dependencies": [ + "arrays", + "assert", + "bifunctors", + "console", + "control", + "eff", + "either", + "foldable-traversable", + "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/sharkdp/purescript-colors.git", + "version": "v3.0.0" + }, "console": { "dependencies": [ "prelude", @@ -120,6 +444,43 @@ "repo": "https://github.com/purescript/purescript-control.git", "version": "v3.0.0" }, + "coroutines": { + "dependencies": [ + "arrays", + "bifunctors", + "console", + "const", + "contravariant", + "control", + "distributive", + "eff", + "either", + "exists", + "foldable-traversable", + "freet", + "functors", + "identity", + "invariant", + "lazy", + "maybe", + "monoid", + "newtype", + "nonempty", + "parallel", + "partial", + "prelude", + "profunctor", + "refs", + "st", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-contrib/purescript-coroutines.git", + "version": "v4.0.0" + }, "datetime": { "dependencies": [ "arrays", @@ -157,6 +518,79 @@ "repo": "https://github.com/purescript/purescript-datetime.git", "version": "v3.0.0" }, + "day": { + "dependencies": [ + "arrays", + "bifunctors", + "catenable-lists", + "console", + "const", + "contravariant", + "control", + "distributive", + "eff", + "either", + "exists", + "foldable-traversable", + "free", + "functors", + "generics", + "identity", + "inject", + "invariant", + "lazy", + "lists", + "maybe", + "monoid", + "newtype", + "nonempty", + "pairing", + "partial", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/paf31/purescript-day.git", + "version": "v9.0.0" + }, + "distributions": { + "dependencies": [ + "arrays", + "bifunctors", + "assert", + "console", + "control", + "eff", + "either", + "foldable-traversable", + "identity", + "invariant", + "lazy", + "lists", + "math", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/paf31/purescript-distributions.git", + "version": "v3.0.0" + }, "distributive": { "dependencies": [ "bifunctors", @@ -172,12 +606,95 @@ "repo": "https://github.com/purescript/purescript-distributive.git", "version": "v3.0.0" }, + "dom": { + "dependencies": [ + "arrays", + "bifunctors", + "control", + "datetime", + "distributive", + "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/purescript-contrib/purescript-dom.git", + "version": "v4.0.0" + }, + "drawing": { + "dependencies": [ + "arraybuffer-types", + "arrays", + "assert", + "bifunctors", + "canvas", + "colors", + "console", + "control", + "eff", + "either", + "exceptions", + "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-drawing.git", + "version": "v3.0.0" + }, "eff": { "dependencies": [ "prelude" ], "repo": "https://github.com/purescript/purescript-eff.git", - "version": "v3.0.0" + "version": "v3.1.0" }, "either": { "dependencies": [ @@ -248,6 +765,25 @@ "repo": "https://github.com/purescript/purescript-foldable-traversable.git", "version": "v3.0.0" }, + "folds": { + "dependencies": [ + "bifunctors", + "control", + "distributive", + "either", + "foldable-traversable", + "identity", + "invariant", + "maybe", + "monoid", + "newtype", + "prelude", + "profunctor", + "tuples" + ], + "repo": "https://github.com/paf31/purescript-folds.git", + "version": "v3.0.0" + }, "foreign": { "dependencies": [ "arrays", @@ -284,6 +820,124 @@ "repo": "https://github.com/purescript/purescript-foreign.git", "version": "v4.0.0" }, + "foreign-generic": { + "dependencies": [ + "arrays", + "assert", + "bifunctors", + "console", + "control", + "distributive", + "eff", + "either", + "exceptions", + "foldable-traversable", + "foreign", + "functions", + "generics-rep", + "globals", + "identity", + "integers", + "invariant", + "lazy", + "lists", + "maps", + "math", + "maybe", + "monoid", + "newtype", + "nonempty", + "nullable", + "partial", + "prelude", + "proxy", + "st", + "strings", + "symbols", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/paf31/purescript-foreign-generic.git", + "version": "v4.0.0" + }, + "foreign-lens": { + "dependencies": [ + "arrays", + "bifunctors", + "console", + "const", + "contravariant", + "control", + "distributive", + "eff", + "either", + "foldable-traversable", + "foreign", + "functions", + "functors", + "globals", + "identity", + "integers", + "invariant", + "lazy", + "lists", + "maps", + "math", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "profunctor", + "profunctor-lenses", + "proxy", + "sets", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-contrib/purescript-foreign-lens.git", + "version": "v3.0.0" + }, + "form-urlencoded": { + "dependencies": [ + "arrays", + "bifunctors", + "control", + "eff", + "either", + "foldable-traversable", + "generics", + "globals", + "identity", + "invariant", + "lazy", + "lists", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-contrib/purescript-form-urlencoded.git", + "version": "v3.0.0" + }, "free": { "dependencies": [ "arrays", @@ -378,6 +1032,33 @@ "repo": "https://github.com/purescript/purescript-functors.git", "version": "v2.0.0" }, + "gen": { + "dependencies": [ + "bifunctors", + "console", + "control", + "eff", + "either", + "foldable-traversable", + "globals", + "identity", + "integers", + "invariant", + "math", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "st", + "tailrec", + "tuples", + "unfoldable" + ], + "repo": "https://github.com/purescript/purescript-gen.git", + "version": "v1.0.0" + }, "generics": { "dependencies": [ "arrays", @@ -468,6 +1149,56 @@ "repo": "https://github.com/purescript-contrib/purescript-handlebars.git", "version": "v2.0.0" }, + "hoist": { + "dependencies": [ + "bifunctors", + "const", + "contravariant", + "control", + "either", + "foldable-traversable", + "functors", + "invariant", + "maybe", + "monoid", + "newtype", + "prelude", + "tuples", + "unsafe-coerce" + ], + "repo": "https://github.com/paf31/purescript-hoist.git", + "version": "v4.0.0" + }, + "http-methods": { + "dependencies": [ + "arrays", + "bifunctors", + "control", + "eff", + "either", + "foldable-traversable", + "generics", + "identity", + "invariant", + "lazy", + "lists", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-contrib/purescript-http-methods.git", + "version": "v3.0.0" + }, "identity": { "dependencies": [ "bifunctors", @@ -524,6 +1255,99 @@ "repo": "https://github.com/purescript/purescript-invariant.git", "version": "v3.0.0" }, + "jquery": { + "dependencies": [ + "arrays", + "bifunctors", + "console", + "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/purescript-contrib/purescript-jquery.git", + "version": "v4.0.0" + }, + "js-date": { + "dependencies": [ + "arrays", + "bifunctors", + "control", + "datetime", + "distributive", + "eff", + "either", + "enums", + "exceptions", + "foldable-traversable", + "foreign", + "functions", + "generics", + "globals", + "identity", + "integers", + "invariant", + "lazy", + "lists", + "math", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-contrib/purescript-js-date.git", + "version": "v4.0.0" + }, + "js-timers": { + "dependencies": [ + "eff", + "prelude" + ], + "repo": "https://github.com/purescript-contrib/purescript-js-timers.git", + "version": "v3.0.0" + }, "lazy": { "dependencies": [ "control", @@ -535,6 +1359,35 @@ "repo": "https://github.com/purescript/purescript-lazy.git", "version": "v3.0.0" }, + "leibniz": { + "dependencies": [ + "prelude", + "unsafe-coerce" + ], + "repo": "https://github.com/paf31/purescript-leibniz.git", + "version": "v4.0.0" + }, + "lens": { + "dependencies": [ + "bifunctors", + "const", + "contravariant", + "control", + "distributive", + "either", + "foldable-traversable", + "identity", + "invariant", + "maybe", + "monoid", + "newtype", + "prelude", + "profunctor", + "tuples" + ], + "repo": "https://github.com/purescript-contrib/purescript-lens.git", + "version": "v3.0.0" + }, "lists": { "dependencies": [ "arrays", @@ -566,6 +1419,38 @@ "repo": "https://github.com/purescript/purescript-lists.git", "version": "v4.0.1" }, + "machines": { + "dependencies": [ + "arrays", + "bifunctors", + "control", + "distributive", + "eff", + "either", + "foldable-traversable", + "generics", + "identity", + "invariant", + "lazy", + "lists", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "profunctor", + "proxy", + "st", + "strings", + "tailrec", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-contrib/purescript-machines.git", + "version": "v4.0.0" + }, "maps": { "dependencies": [ "arrays", @@ -612,6 +1497,72 @@ "repo": "https://github.com/purescript/purescript-maybe.git", "version": "v3.0.0" }, + "media-types": { + "dependencies": [ + "arrays", + "bifunctors", + "control", + "eff", + "either", + "foldable-traversable", + "generics", + "identity", + "invariant", + "lazy", + "lists", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-contrib/purescript-media-types.git", + "version": "v3.0.0" + }, + "memoize": { + "dependencies": [ + "arrays", + "assert", + "bifunctors", + "console", + "control", + "eff", + "either", + "foldable-traversable", + "generics-rep", + "globals", + "identity", + "integers", + "invariant", + "lazy", + "lists", + "math", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "proxy", + "st", + "strings", + "symbols", + "tailrec", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/paf31/purescript-memoize.git", + "version": "v4.0.0" + }, "monoid": { "dependencies": [ "control", @@ -629,6 +1580,348 @@ "repo": "https://github.com/purescript/purescript-newtype.git", "version": "v2.0.0" }, + "node-buffer": { + "dependencies": [ + "control", + "eff", + "invariant", + "maybe", + "monoid", + "newtype", + "prelude" + ], + "repo": "https://github.com/purescript-node/purescript-node-buffer.git", + "version": "v3.0.0" + }, + "node-child-process": { + "dependencies": [ + "arrays", + "bifunctors", + "control", + "datetime", + "distributive", + "eff", + "either", + "enums", + "exceptions", + "foldable-traversable", + "foreign", + "functions", + "generics", + "globals", + "identity", + "integers", + "invariant", + "js-date", + "lazy", + "lists", + "maps", + "math", + "maybe", + "monoid", + "newtype", + "node-buffer", + "node-fs", + "node-path", + "node-streams", + "nonempty", + "nullable", + "partial", + "posix-types", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-node/purescript-node-child-process.git", + "version": "v4.0.0" + }, + "node-fs": { + "dependencies": [ + "arrays", + "bifunctors", + "control", + "datetime", + "distributive", + "eff", + "either", + "enums", + "exceptions", + "foldable-traversable", + "foreign", + "functions", + "generics", + "globals", + "identity", + "integers", + "invariant", + "js-date", + "lazy", + "lists", + "math", + "maybe", + "monoid", + "newtype", + "node-buffer", + "node-path", + "node-streams", + "nonempty", + "nullable", + "partial", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-node/purescript-node-fs.git", + "version": "v4.0.0" + }, + "node-fs-aff": { + "dependencies": [ + "aff", + "arrays", + "bifunctors", + "console", + "const", + "contravariant", + "control", + "datetime", + "distributive", + "eff", + "either", + "enums", + "exceptions", + "foldable-traversable", + "foreign", + "functions", + "functors", + "generics", + "globals", + "identity", + "integers", + "invariant", + "js-date", + "lazy", + "lists", + "math", + "maybe", + "monoid", + "newtype", + "node-buffer", + "node-fs", + "node-path", + "node-streams", + "nonempty", + "nullable", + "parallel", + "partial", + "prelude", + "proxy", + "refs", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-node/purescript-node-fs-aff.git", + "version": "v4.0.0" + }, + "node-http": { + "dependencies": [ + "arrays", + "bifunctors", + "contravariant", + "control", + "distributive", + "eff", + "either", + "exceptions", + "foldable-traversable", + "foreign", + "functions", + "generics", + "globals", + "identity", + "integers", + "invariant", + "lazy", + "lists", + "maps", + "math", + "maybe", + "monoid", + "newtype", + "node-buffer", + "node-streams", + "node-url", + "nonempty", + "nullable", + "options", + "partial", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-node/purescript-node-http.git", + "version": "v4.0.0" + }, + "node-path": { + "dependencies": [], + "repo": "https://github.com/purescript-node/purescript-node-path.git", + "version": "v2.0.0" + }, + "node-process": { + "dependencies": [ + "arrays", + "bifunctors", + "console", + "control", + "datetime", + "distributive", + "eff", + "either", + "enums", + "exceptions", + "foldable-traversable", + "foreign", + "functions", + "generics", + "globals", + "identity", + "integers", + "invariant", + "js-date", + "lazy", + "lists", + "maps", + "math", + "maybe", + "monoid", + "newtype", + "node-buffer", + "node-fs", + "node-path", + "node-streams", + "nonempty", + "nullable", + "partial", + "posix-types", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-node/purescript-node-process.git", + "version": "v4.0.0" + }, + "node-readline": { + "dependencies": [ + "arrays", + "bifunctors", + "console", + "contravariant", + "control", + "datetime", + "distributive", + "eff", + "either", + "enums", + "exceptions", + "foldable-traversable", + "foreign", + "functions", + "generics", + "globals", + "identity", + "integers", + "invariant", + "js-date", + "lazy", + "lists", + "maps", + "math", + "maybe", + "monoid", + "newtype", + "node-buffer", + "node-fs", + "node-path", + "node-process", + "node-streams", + "nonempty", + "nullable", + "options", + "partial", + "posix-types", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-node/purescript-node-readline.git", + "version": "v3.0.0" + }, + "node-streams": { + "dependencies": [ + "bifunctors", + "control", + "eff", + "either", + "exceptions", + "foldable-traversable", + "invariant", + "maybe", + "monoid", + "newtype", + "node-buffer", + "prelude" + ], + "repo": "https://github.com/purescript-node/purescript-node-streams.git", + "version": "v3.0.0" + }, + "node-url": { + "dependencies": [ + "control", + "functions", + "invariant", + "maybe", + "monoid", + "newtype", + "nullable", + "prelude" + ], + "repo": "https://github.com/purescript-node/purescript-node-url.git", + "version": "v3.0.0" + }, "nonempty": { "dependencies": [ "bifunctors", @@ -656,6 +1949,45 @@ "repo": "https://github.com/purescript-contrib/purescript-nullable.git", "version": "v3.0.0" }, + "options": { + "dependencies": [ + "arrays", + "bifunctors", + "contravariant", + "control", + "distributive", + "eff", + "either", + "foldable-traversable", + "foreign", + "functions", + "generics", + "globals", + "identity", + "integers", + "invariant", + "lazy", + "lists", + "maps", + "math", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-contrib/purescript-options.git", + "version": "v3.0.0" + }, "orders": { "dependencies": [ "control", @@ -667,6 +1999,44 @@ "repo": "https://github.com/purescript/purescript-orders.git", "version": "v3.0.0" }, + "pairing": { + "dependencies": [ + "arrays", + "bifunctors", + "catenable-lists", + "const", + "contravariant", + "control", + "distributive", + "eff", + "either", + "exists", + "foldable-traversable", + "free", + "functors", + "identity", + "inject", + "invariant", + "lazy", + "lists", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/paf31/purescript-pairing.git", + "version": "v4.0.0" + }, "parallel": { "dependencies": [ "arrays", @@ -699,11 +2069,88 @@ "repo": "https://github.com/purescript/purescript-parallel.git", "version": "v3.0.0" }, + "parsing": { + "dependencies": [ + "arrays", + "assert", + "bifunctors", + "console", + "control", + "distributive", + "eff", + "either", + "foldable-traversable", + "generics", + "globals", + "identity", + "integers", + "invariant", + "lazy", + "lists", + "math", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unicode", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-contrib/purescript-parsing.git", + "version": "v4.0.0" + }, "partial": { "dependencies": [], "repo": "https://github.com/purescript/purescript-partial.git", "version": "v1.2.0" }, + "posix-types": { + "dependencies": [ + "control", + "invariant", + "maybe", + "monoid", + "newtype", + "prelude" + ], + "repo": "https://github.com/purescript-node/purescript-posix-types.git", + "version": "v3.0.0" + }, + "pprint": { + "dependencies": [ + "arrays", + "bifunctors", + "console", + "control", + "eff", + "either", + "foldable-traversable", + "identity", + "invariant", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "st", + "strings", + "tailrec", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/paf31/purescript-pprint.git", + "version": "v4.0.0" + }, "prelude": { "dependencies": [], "repo": "https://github.com/purescript/purescript-prelude.git", @@ -727,6 +2174,45 @@ "repo": "https://github.com/purescript/purescript-profunctor.git", "version": "v3.0.0" }, + "profunctor-lenses": { + "dependencies": [ + "arrays", + "bifunctors", + "const", + "contravariant", + "control", + "distributive", + "eff", + "either", + "foldable-traversable", + "functions", + "functors", + "generics", + "identity", + "invariant", + "lazy", + "lists", + "maps", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "profunctor", + "proxy", + "sets", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-contrib/purescript-profunctor-lenses.git", + "version": "v3.0.0" + }, "proxy": { "dependencies": [], "repo": "https://github.com/purescript/purescript-proxy.git", @@ -808,6 +2294,64 @@ "repo": "https://github.com/purescript-contrib/purescript-react.git", "version": "v3.0.0" }, + "react-dom": { + "dependencies": [ + "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", + "react", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-contrib/purescript-react-dom.git", + "version": "v3.0.0" + }, + "reflection": { + "dependencies": [ + "control", + "invariant", + "monoid", + "newtype", + "prelude", + "proxy", + "unsafe-coerce" + ], + "repo": "https://github.com/paf31/purescript-reflection.git", + "version": "v3.0.0" + }, "refs": { "dependencies": [ "eff", @@ -816,6 +2360,42 @@ "repo": "https://github.com/purescript/purescript-refs.git", "version": "v3.0.0" }, + "safely": { + "dependencies": [ + "arrays", + "assert", + "bifunctors", + "console", + "control", + "distributive", + "eff", + "either", + "exists", + "foldable-traversable", + "freet", + "identity", + "invariant", + "lazy", + "lists", + "math", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/paf31/purescript-safely.git", + "version": "v3.0.0" + }, "sammy": { "dependencies": [ "eff", @@ -892,22 +2472,6 @@ "repo": "https://github.com/purescript/purescript-st.git", "version": "v3.0.0" }, - "strings": { - "dependencies": [ - "bifunctors", - "control", - "either", - "foldable-traversable", - "invariant", - "maybe", - "monoid", - "newtype", - "partial", - "prelude" - ], - "repo": "https://github.com/purescript/purescript-strings.git", - "version": "v3.0.0" - }, "string-parsers": { "dependencies": [ "arrays", @@ -938,6 +2502,73 @@ "repo": "https://github.com/purescript-contrib/purescript-string-parsers.git", "version": "v3.0.0" }, + "strings": { + "dependencies": [ + "bifunctors", + "control", + "either", + "foldable-traversable", + "invariant", + "maybe", + "monoid", + "newtype", + "partial", + "prelude" + ], + "repo": "https://github.com/purescript/purescript-strings.git", + "version": "v3.0.0" + }, + "strongcheck": { + "dependencies": [ + "arrays", + "bifunctors", + "catenable-lists", + "console", + "const", + "contravariant", + "control", + "datetime", + "distributive", + "eff", + "either", + "enums", + "exceptions", + "exists", + "foldable-traversable", + "free", + "functors", + "functions", + "gen", + "generics", + "globals", + "identity", + "inject", + "integers", + "invariant", + "lazy", + "lists", + "machines", + "math", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "profunctor", + "proxy", + "random", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-contrib/purescript-strongcheck.git", + "version": "v3.1.0" + }, "symbols": { "dependencies": [ "prelude", @@ -966,6 +2597,125 @@ "repo": "https://github.com/purescript/purescript-tailrec.git", "version": "v3.0.0" }, + "taylor": { + "dependencies": [ + "arrays", + "assert", + "bifunctors", + "console", + "control", + "eff", + "either", + "foldable-traversable", + "identity", + "invariant", + "lazy", + "lists", + "math", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/paf31/purescript-taylor.git", + "version": "v3.0.0" + }, + "thermite": { + "dependencies": [ + "aff", + "arrays", + "bifunctors", + "console", + "const", + "contravariant", + "control", + "coroutines", + "datetime", + "distributive", + "dom", + "eff", + "either", + "enums", + "exceptions", + "exists", + "foldable-traversable", + "foreign", + "freet", + "functions", + "functors", + "generics", + "globals", + "identity", + "integers", + "invariant", + "js-date", + "lazy", + "lists", + "maps", + "math", + "maybe", + "media-types", + "monoid", + "newtype", + "nonempty", + "nullable", + "parallel", + "partial", + "prelude", + "profunctor", + "profunctor-lenses", + "proxy", + "react", + "react-dom", + "refs", + "sets", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/paf31/purescript-thermite.git", + "version": "v4.0.0" + }, + "these": { + "dependencies": [ + "arrays", + "bifunctors", + "control", + "eff", + "either", + "foldable-traversable", + "identity", + "invariant", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-contrib/purescript-these.git", + "version": "v3.0.0" + }, "transformers": { "dependencies": [ "arrays", @@ -992,7 +2742,7 @@ "unsafe-coerce" ], "repo": "https://github.com/purescript/purescript-transformers.git", - "version": "v3.0.0" + "version": "v3.1.0" }, "tuples": { "dependencies": [ @@ -1040,11 +2790,45 @@ "repo": "https://github.com/purescript/purescript-unfoldable.git", "version": "v3.0.0" }, + "unicode": { + "dependencies": [ + "bifunctors", + "control", + "either", + "foldable-traversable", + "invariant", + "maybe", + "monoid", + "newtype", + "partial", + "prelude", + "strings" + ], + "repo": "https://github.com/purescript-contrib/purescript-unicode.git", + "version": "v3.0.0" + }, "unsafe-coerce": { "dependencies": [], "repo": "https://github.com/purescript/purescript-unsafe-coerce.git", "version": "v3.0.0" }, + "unsafe-reference": { + "dependencies": [ + "bifunctors", + "control", + "eff", + "either", + "exceptions", + "foldable-traversable", + "invariant", + "maybe", + "monoid", + "newtype", + "prelude" + ], + "repo": "https://github.com/purescript-contrib/purescript-unsafe-reference.git", + "version": "v2.0.0" + }, "validation": { "dependencies": [ "bifunctors", @@ -1054,5 +2838,43 @@ ], "repo": "https://github.com/purescript/purescript-validation.git", "version": "v3.0.0" + }, + "yargs": { + "dependencies": [ + "arrays", + "bifunctors", + "console", + "control", + "distributive", + "eff", + "either", + "exceptions", + "foldable-traversable", + "foreign", + "functions", + "globals", + "identity", + "integers", + "invariant", + "lazy", + "lists", + "math", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/paf31/purescript-yargs.git", + "version": "v3.0.0" } }