summaryrefslogtreecommitdiff
path: root/tirclogv.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-07-20 10:46:05 +0200
committerTom Smeding <tom@tomsmeding.com>2026-07-26 09:18:29 +0200
commitee6c27c59d075f3b7668dc87ae5f45214a91a3d5 (patch)
treeb01cd8ac6ca157910e5813a133810641735ef1b3 /tirclogv.cabal
parentd3400aad6a2b512c5579fd7dc569b0ea44baa795 (diff)
C parsing work
Diffstat (limited to 'tirclogv.cabal')
-rw-r--r--tirclogv.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/tirclogv.cabal b/tirclogv.cabal
index 81885dd..fe402e2 100644
--- a/tirclogv.cabal
+++ b/tirclogv.cabal
@@ -35,7 +35,7 @@ executable tirclogv
ZNC
ZNC2
build-depends:
- base >= 4.19,
+ base >= 4.20,
escapexml,
mini-http-server,
@@ -58,7 +58,9 @@ executable tirclogv
vector
hs-source-dirs: src
c-sources:
+ cbits/znc.c
cbits/mmap.c
+ cc-options: -msse2 -Wall -Wextra
-- necessary so profiling works:
other-extensions:
TemplateHaskell
@@ -70,6 +72,7 @@ library escapexml
build-depends: base, text
hs-source-dirs: escapexml
c-sources: escapexml/escapexml.c
+ cc-options: -msse2 -Wall -Wextra
library mini-http-server
import: common