summaryrefslogtreecommitdiff
path: root/dht-client.cabal
diff options
context:
space:
mode:
authorDebian Live user <user@localhost.localdomain>2017-10-28 18:19:46 +0000
committerDebian Live user <user@localhost.localdomain>2017-10-28 18:19:46 +0000
commite59ef27f86226059292afc0a662a4366f6092b7d (patch)
tree017eef445a9fc1fdb5efa25295a923808c8c2719 /dht-client.cabal
parent886b22aae08cf7a2de1cbe0036319616037308f2 (diff)
cookieRequest Query + build fix
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