summaryrefslogtreecommitdiff
path: root/walint.cabal
diff options
context:
space:
mode:
authorstuebinm2022-03-03 15:57:21 +0100
committerstuebinm2022-03-19 19:57:18 +0100
commite730b8b904be35ebb21a26f788078de63207728c (patch)
tree418156dc534f84a4180988fb8b2bce3b288424f2 /walint.cabal
parent3fa02bb09b574bbccf9fc9faadb94f9c61d60e6c (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--walint.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/walint.cabal b/walint.cabal
index 738a748..167a394 100644
--- a/walint.cabal
+++ b/walint.cabal
@@ -82,6 +82,7 @@ executable cwality-maps
main-is: Main.hs
other-modules:
Config
+ Substitute
Paths_walint
hs-source-dirs:
cwality-maps
@@ -98,6 +99,8 @@ executable cwality-maps
, filepath
, fmt
, microlens-platform
+ , mustache
+ , parsec
, servant
, servant-server
, text