diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-05-09 12:48:36 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-05-09 12:49:00 +0200 |
| commit | a63a096d075797f12ed614d5029e16f55a8bc769 (patch) | |
| tree | 688b7935f43127310d31ca385969ccdef3b16a2a /tirclogv.cabal | |
| parent | 4dc5780474753b804cfc7f095c2bc47b8229f5e2 (diff) | |
Optimisations to log rendering with mustache
Diffstat (limited to 'tirclogv.cabal')
| -rw-r--r-- | tirclogv.cabal | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
