From 0814b2b5c6ac021ce1feb96c15b1dafc4916a033 Mon Sep 17 00:00:00 2001 From: Rintcius Blok Date: Mon, 10 Apr 2017 23:26:07 +0200 Subject: [PATCH] Mathbox (#64) * add signal * add mathbox --- packages.json | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/packages.json b/packages.json index c41a857..68a8db7 100644 --- a/packages.json +++ b/packages.json @@ -1486,6 +1486,63 @@ "repo": "https://github.com/purescript/purescript-math.git", "version": "v2.0.0" }, + "mathbox": { + "dependencies": [ + "arrays", + "bifunctors", + "catenable-lists", + "console", + "const", + "contravariant", + "control", + "datetime", + "distributive", + "dom", + "eff", + "either", + "enums", + "exceptions", + "exists", + "foldable-traversable", + "foreign", + "free", + "functions", + "functors", + "generics", + "globals", + "identity", + "inject", + "integers", + "invariant", + "js-date", + "js-timers", + "lazy", + "lens", + "lists", + "maps", + "math", + "maybe", + "media-types", + "monoid", + "newtype", + "nonempty", + "nullable", + "partial", + "prelude", + "profunctor", + "proxy", + "signal", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/rintcius/purescript-mathbox.git", + "version": "v0.4.0" + }, "maybe": { "dependencies": [ "control",