From 1a0d8deea06c3ac61b9d684db44b24b3fe7e3bd0 Mon Sep 17 00:00:00 2001 From: Phil Freeman Date: Wed, 29 Mar 2017 08:45:09 -0700 Subject: [PATCH] Some contrib packages (#60) --- packages.json | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) diff --git a/packages.json b/packages.json index cbed51e..b18b133 100644 --- a/packages.json +++ b/packages.json @@ -322,6 +322,36 @@ "repo": "https://github.com/purescript/purescript-free.git", "version": "v4.0.0" }, + "freet": { + "dependencies": [ + "arrays", + "bifunctors", + "console", + "control", + "distributive", + "eff", + "either", + "exists", + "foldable-traversable", + "identity", + "invariant", + "lazy", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "st", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-contrib/purescript-freet.git", + "version": "v3.0.0" + }, "functions": { "dependencies": [ "prelude" @@ -433,6 +463,11 @@ "repo": "https://github.com/purescript/purescript-graphs.git", "version": "v3.0.0" }, + "handlebars": { + "dependencies": [], + "repo": "https://github.com/purescript-contrib/purescript-handlebars.git", + "version": "v2.0.0" + }, "identity": { "dependencies": [ "bifunctors", @@ -608,6 +643,19 @@ "repo": "https://github.com/purescript/purescript-nonempty.git", "version": "v4.0.0" }, + "nullable": { + "dependencies": [ + "control", + "functions", + "invariant", + "maybe", + "monoid", + "newtype", + "prelude" + ], + "repo": "https://github.com/purescript-contrib/purescript-nullable.git", + "version": "v3.0.0" + }, "orders": { "dependencies": [ "control", @@ -751,6 +799,15 @@ "repo": "https://github.com/purescript/purescript-random.git", "version": "v3.0.0" }, + "react": { + "dependencies": [ + "eff", + "prelude", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-contrib/purescript-react.git", + "version": "v3.0.0" + }, "refs": { "dependencies": [ "eff", @@ -759,6 +816,14 @@ "repo": "https://github.com/purescript/purescript-refs.git", "version": "v3.0.0" }, + "sammy": { + "dependencies": [ + "eff", + "prelude" + ], + "repo": "https://github.com/purescript-contrib/purescript-sammy.git", + "version": "v3.0.0" + }, "semirings": { "dependencies": [ "arrays", @@ -843,6 +908,36 @@ "repo": "https://github.com/purescript/purescript-strings.git", "version": "v3.0.0" }, + "string-parsers": { + "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-string-parsers.git", + "version": "v3.0.0" + }, "symbols": { "dependencies": [ "prelude",