From a63a096d075797f12ed614d5029e16f55a8bc769 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sat, 9 May 2026 11:48:36 +0100 Subject: Optimisations to log rendering with mustache --- tirclogv.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tirclogv.cabal') diff --git a/tirclogv.cabal b/tirclogv.cabal index ead88fb..f65130a 100644 --- a/tirclogv.cabal +++ b/tirclogv.cabal @@ -23,6 +23,7 @@ executable tirclogv Calendar Config Debounce + EscapeXML ImmutGrowVector Index Mmap @@ -46,7 +47,9 @@ executable tirclogv unix, vector hs-source-dirs: src - c-sources: cbits/mmap.c + c-sources: + cbits/mmap.c + cbits/escapexml.c ghc-options: -Wall -threaded library mini-http-server -- cgit v1.3.1