Merge pull request #152 from sassela/master

Add `markdown` and `precise`
This commit is contained in:
Justin Woo 2018-03-08 14:35:16 +02:00 committed by GitHub
commit 7a2f8fed9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}
}
}