summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dht-client.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/dht-client.cabal b/dht-client.cabal
index 255f41f0..81453e38 100644
--- a/dht-client.cabal
+++ b/dht-client.cabal
@@ -127,6 +127,7 @@ library
127 Presence 127 Presence
128 PingMachine 128 PingMachine
129 Connection 129 Connection
130 ToxToXMPP
130 131
131 build-depends: base 132 build-depends: base
132 , containers 133 , containers
@@ -249,6 +250,8 @@ executable dhtd
249 , text 250 , text
250 , monad-control 251 , monad-control
251 , resourcet 252 , resourcet
253 , xml-types
254 , conduit
252 255
253 if flag(thread-debug) 256 if flag(thread-debug)
254 build-depends: time 257 build-depends: time