diff options
author | stuebinm | 2022-03-03 15:57:21 +0100 |
---|---|---|
committer | stuebinm | 2022-03-19 19:57:18 +0100 |
commit | e730b8b904be35ebb21a26f788078de63207728c (patch) | |
tree | 418156dc534f84a4180988fb8b2bce3b288424f2 /package.yaml | |
parent | 3fa02bb09b574bbccf9fc9faadb94f9c61d60e6c (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.yaml | 2 |
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' |