sammy, handlebars

This commit is contained in:
Phil Freeman 2016-10-23 18:47:58 -07:00
parent 6e903b4e7c
commit ec92430cc5

View file

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