summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorstuebinm2022-03-03 15:57:21 +0100
committerstuebinm2022-03-03 15:57:21 +0100
commit99288bc78efc56a5ef05738d365ac6e007adfd10 (patch)
tree71b682fe91abc1779ca7de188da5535a27e35318 /package.yaml
parent93ba7e10a5ccfa1c57fdd4242f8a459f25d105cb (diff)
cwality-maps: add mustache templating
not going to be my faviourite templating language, but it seems to work pretty well for this.
Diffstat (limited to '')
-rw-r--r--package.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
index fa34022..2277d29 100644
--- a/package.yaml
+++ b/package.yaml
@@ -79,6 +79,8 @@ executables:
- filepath
- containers
- base64
+ - parsec
+ - mustache
walint-mapserver:
main: Main.hs
source-dirs: 'server'