summaryrefslogtreecommitdiff
path: root/walint.cabal
diff options
context:
space:
mode:
authorstuebinm2022-03-03 15:57:21 +0100
committerstuebinm2022-03-03 15:57:21 +0100
commit99288bc78efc56a5ef05738d365ac6e007adfd10 (patch)
tree71b682fe91abc1779ca7de188da5535a27e35318 /walint.cabal
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--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