summaryrefslogtreecommitdiff
path: root/dht-client.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'dht-client.cabal')
-rw-r--r--dht-client.cabal13
1 files changed, 7 insertions, 6 deletions
diff --git a/dht-client.cabal b/dht-client.cabal
index 796844a1..e668dccc 100644
--- a/dht-client.cabal
+++ b/dht-client.cabal
@@ -108,6 +108,11 @@ library
108 Network.Tox.NodeId 108 Network.Tox.NodeId
109 Network.Tox.Avahi 109 Network.Tox.Avahi
110 Network.UPNP 110 Network.UPNP
111 Network.QueryResponse.TCP
112 Network.Tox.Relay
113 Network.Tox.TCP
114 Data.Tox.Msg
115 Data.Tox.Relay
111 Control.TriadCommittee 116 Control.TriadCommittee
112 Crypto.Tox 117 Crypto.Tox
113 Text.XXD 118 Text.XXD
@@ -148,6 +153,7 @@ library
148 Presence 153 Presence
149 PingMachine 154 PingMachine
150 Connection 155 Connection
156 ToxChat
151 ToxToXMPP 157 ToxToXMPP
152 ToxManager 158 ToxManager
153 XMPPToTox 159 XMPPToTox
@@ -183,6 +189,7 @@ library
183 , bencoding 189 , bencoding
184 , contravariant 190 , contravariant
185 , xml-types 191 , xml-types
192 , rank2classes
186 193
187 , memory 194 , memory
188 , time 195 , time
@@ -194,14 +201,10 @@ library
194 , http-types 201 , http-types
195 202
196 , process 203 , process
197 , split
198 , pretty 204 , pretty
199 , convertible 205 , convertible
200 , data-default 206 , data-default
201 207
202 , bifunctors
203 , lens
204 , lifted-async
205 , lifted-base 208 , lifted-base
206 , monad-control 209 , monad-control
207 , transformers-base 210 , transformers-base
@@ -218,7 +221,6 @@ library
218 , blaze-builder 221 , blaze-builder
219 , exceptions 222 , exceptions
220 , hinotify 223 , hinotify
221 , reference
222 , avahi >= 0.2.0 224 , avahi >= 0.2.0
223 , hslogger 225 , hslogger
224 226
@@ -241,7 +243,6 @@ library
241 cpp-options: -DBENCODE_AESON -DRENDERFLUSH 243 cpp-options: -DBENCODE_AESON -DRENDERFLUSH
242 if flag(thread-debug) 244 if flag(thread-debug)
243 exposed-modules: Control.Concurrent.Lifted.Instrument 245 exposed-modules: Control.Concurrent.Lifted.Instrument
244 Control.Concurrent.Async.Lifted.Instrument
245 cpp-options: -DTHREAD_DEBUG 246 cpp-options: -DTHREAD_DEBUG
246 247
247 if flag(builder) 248 if flag(builder)