summaryrefslogtreecommitdiff
path: root/dht-client.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'dht-client.cabal')
-rw-r--r--dht-client.cabal5
1 files changed, 5 insertions, 0 deletions
diff --git a/dht-client.cabal b/dht-client.cabal
index 347924ee..de6eb33f 100644
--- a/dht-client.cabal
+++ b/dht-client.cabal
@@ -91,6 +91,7 @@ library
91 Control.TriadCommittee 91 Control.TriadCommittee
92 Crypto.Tox 92 Crypto.Tox
93 Text.XXD 93 Text.XXD
94 Roster
94 95
95 build-depends: base 96 build-depends: base
96 , containers 97 , containers
@@ -196,6 +197,10 @@ executable dhtd
196 , stm 197 , stm
197 , cereal 198 , cereal
198 , bencoding 199 , bencoding
200 , unordered-containers
201 , vector
202 , text
203
199 if flag(thread-debug) 204 if flag(thread-debug)
200 build-depends: time 205 build-depends: time
201 cpp-options: -DTHREAD_DEBUG 206 cpp-options: -DTHREAD_DEBUG