From 4cf3fff5fd33b4160fc1602a1e1c2f6b49ac8fc2 Mon Sep 17 00:00:00 2001 From: dwhitney Date: Thu, 15 Jun 2017 14:33:33 -0400 Subject: [PATCH] add purescript-run and purescript-variant (#88) * added run and variant * fixed version of variant * deps for run * added another dep * added another dep for variant --- packages.json | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) diff --git a/packages.json b/packages.json index 008d379..8c5a444 100644 --- a/packages.json +++ b/packages.json @@ -3286,6 +3286,61 @@ "repo": "https://github.com/krisajenkins/purescript-remotedata", "version": "v2.1.0" }, + "run" : { + "dependencies": [ + "aff", + "arrays", + "assert", + "bifunctors", + "catenable-lists", + "console", + "control", + "const", + "contravariant", + "datetime", + "distributive", + "eff", + "either", + "enums", + "exceptions", + "exists", + "foldable-traversable", + "free", + "functions", + "functors", + "generics", + "globals", + "identity", + "integers", + "inject", + "invariant", + "lazy", + "lists", + "math", + "maybe", + "monoid", + "nonempty", + "newtype", + "parallel", + "partial", + "prelude", + "profunctor", + "proxy", + "refs", + "st", + "strings", + "symbols", + "tailrec", + "transformers", + "tuples", + "type-equality", + "unfoldable", + "unsafe-coerce", + "variant" + ], + "repo":"https://github.com/natefaubion/purescript-run.git", + "version":"v0.4.0" + }, "safely": { "dependencies": [ "arrays", @@ -3961,6 +4016,27 @@ "repo": "https://github.com/purescript/purescript-validation.git", "version": "v3.0.0" }, + "variant" :{ + "dependencies":[ + "bifunctors", + "control", + "distributive", + "foldable-traversable", + "identity", + "invariant", + "maybe", + "monoid", + "newtype", + "partial", + "prelude", + "symbols", + "tuples", + "type-equality", + "unsafe-coerce" + ], + "repo":"https://github.com/natefaubion/purescript-variant.git", + "version":"v1.1.0" + }, "yargs": { "dependencies": [ "arrays",