From ec92430cc5b92a81927e85848c9f51c8c7073383 Mon Sep 17 00:00:00 2001 From: Phil Freeman Date: Sun, 23 Oct 2016 18:47:58 -0700 Subject: [PATCH] sammy, handlebars --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 6c845c4..62b812f 100644 --- a/packages.json +++ b/packages.json @@ -945,6 +945,11 @@ "repo": "https://github.com/purescript/purescript-graphs.git", "version": "v2.0.0" }, + "handlebars": { + "dependencies": [], + "repo": "https://github.com/purescript-contrib/purescript-handlebars.git", + "version": "v2.0.0" + }, "hoist": { "dependencies": [ "bifunctors", @@ -2102,6 +2107,14 @@ "repo": "https://github.com/paf31/purescript-safely.git", "version": "v2.0.0" }, + "sammy": { + "dependencies": [ + "eff", + "prelude" + ], + "repo": "https://github.com/purescript-contrib/purescript-sammy.git", + "version": "v2.0.0" + }, "semirings": { "dependencies": [ "arrays",