summaryrefslogtreecommitdiff
path: root/tirclogv.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-07-20 11:11:12 +0200
committerTom Smeding <tom@tomsmeding.com>2026-07-20 11:11:12 +0200
commitae8cb3b45e08a002b2635f1f05b6a20a3ea4d43e (patch)
tree71cfe610ddb1df089ca4cb5064a783918257371c /tirclogv.cabal
parenta3588a15c8dc8b4c96f0986a4e0344a5f6a3120e (diff)
Add .mustache files to extra-source-files for rebuild detectionHEADmaster
Diffstat (limited to 'tirclogv.cabal')
-rw-r--r--tirclogv.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/tirclogv.cabal b/tirclogv.cabal
index 4ecc933..6c96f8d 100644
--- a/tirclogv.cabal
+++ b/tirclogv.cabal
@@ -5,6 +5,8 @@ author: Tom Smeding
maintainer: Tom Smeding
license: BSD-3-Clause
build-type: Simple
+extra-source-files:
+ pages/calendar-day.mustache pages/calendar.mustache pages/index.mustache pages/log.mustache
common common
default-language: Haskell2010