summaryrefslogtreecommitdiff
path: root/tirclogv.cabal
diff options
context:
space:
mode:
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