summaryrefslogtreecommitdiff
path: root/tirclogv.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-05-08 21:59:08 +0200
committerTom Smeding <tom@tomsmeding.com>2026-05-08 21:59:08 +0200
commite3ea04d8e71370032da56ad9ea66dcb82d257812 (patch)
tree6fed059e0c394f80d800b3560980284d5d4a4113 /tirclogv.cabal
parent92a9e5663540e47d1f4563aca4365ecce781205f (diff)
Instrument handler blocks
Diffstat (limited to 'tirclogv.cabal')
-rw-r--r--tirclogv.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/tirclogv.cabal b/tirclogv.cabal
index cf073b0..ead88fb 100644
--- a/tirclogv.cabal
+++ b/tirclogv.cabal
@@ -19,7 +19,6 @@ executable tirclogv
import: common
main-is: Main.hs
other-modules:
- AtomicPrint
Cache
Calendar
Config
@@ -57,6 +56,7 @@ library mini-http-server
Network.HTTP.Server.Mini.URI
Network.HTTP.Server.Mini.Types
+ Network.HTTP.Server.Mini.Internal.Instrument
Network.HTTP.Server.Mini.Internal.Parser
other-modules:
Network.HTTP.Server.Mini.Printer
@@ -66,6 +66,8 @@ library mini-http-server
bytestring,
flatparse,
network,
+ text,
+ time,
transformers,
stm
hs-source-dirs: mini-http-server