From 56f612488c4875138cdf9ae2cdf2bfaa8b8432d6 Mon Sep 17 00:00:00 2001 From: sassela Date: Thu, 8 Mar 2018 11:13:55 +0000 Subject: [PATCH] Add markdown and precise packages --- packages.json | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 459fc20..bd92e0c 100644 --- a/packages.json +++ b/packages.json @@ -1049,6 +1049,24 @@ "repo": "https://github.com/purescript/purescript-maps.git", "version": "v3.5.2" }, + "markdown": { + "dependencies": [ + "const", + "functors", + "lists", + "parsing", + "partial", + "precise", + "prelude", + "sets", + "strings", + "strongcheck", + "validation", + "datetime" + ], + "repo": "https://github.com/slamdata/purescript-markdown.git", + "version": "v11.0.1" + }, "math": { "dependencies": [], "repo": "https://github.com/purescript/purescript-math.git", @@ -1451,6 +1469,18 @@ "repo": "https://github.com/paf31/purescript-pprint.git", "version": "v4.0.0" }, + "precise": { + "dependencies": [ + "arrays", + "globals", + "integers", + "generics", + "quickcheck", + "strings" + ], + "repo": "https://github.com/purescript-contrib/purescript-precise.git", + "version": "v2.0.0" + }, "prelude": { "dependencies": [], "repo": "https://github.com/purescript/purescript-prelude.git", @@ -2150,4 +2180,4 @@ "repo": "https://github.com/paf31/purescript-yargs.git", "version": "v3.1.0" } -} \ No newline at end of file +}