From 04fc4768c19d7539384e7a1602dc5f99bb9db7e7 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Mon, 12 Jun 2017 16:28:25 -0700 Subject: [PATCH] Add now (#83) --- packages.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/packages.json b/packages.json index fb988ad..0888845 100644 --- a/packages.json +++ b/packages.json @@ -3599,6 +3599,44 @@ "repo": "https://github.com/purescript/purescript-validation.git", "version": "v3.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" + }, "yargs": { "dependencies": [ "arrays",