diff options
Diffstat (limited to 'dht-client.cabal')
-rw-r--r-- | dht-client.cabal | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dht-client.cabal b/dht-client.cabal index ef634a01..18de7a62 100644 --- a/dht-client.cabal +++ b/dht-client.cabal | |||
@@ -52,10 +52,6 @@ flag thread-debug | |||
52 | description: Add instrumentation to threads. | 52 | description: Add instrumentation to threads. |
53 | default: True | 53 | default: True |
54 | 54 | ||
55 | flag xmpp | ||
56 | description: Include code for xmpp clients | ||
57 | default: True | ||
58 | |||
59 | flag cryptonite-backport | 55 | flag cryptonite-backport |
60 | description: Backport curve 25519 to older cryptonite library. | 56 | description: Backport curve 25519 to older cryptonite library. |
61 | default: False | 57 | default: False |
@@ -219,8 +215,6 @@ library | |||
219 | exposed-modules: Control.Concurrent.Lifted.Instrument | 215 | exposed-modules: Control.Concurrent.Lifted.Instrument |
220 | Control.Concurrent.Async.Lifted.Instrument | 216 | Control.Concurrent.Async.Lifted.Instrument |
221 | cpp-options: -DTHREAD_DEBUG | 217 | cpp-options: -DTHREAD_DEBUG |
222 | if flag(xmpp) | ||
223 | cpp-options: -DXMPP | ||
224 | 218 | ||
225 | if flag(builder) | 219 | if flag(builder) |
226 | build-depends: bytestring >= 0.9, bytestring-builder | 220 | build-depends: bytestring >= 0.9, bytestring-builder |
@@ -281,8 +275,6 @@ executable dhtd | |||
281 | if flag(thread-debug) | 275 | if flag(thread-debug) |
282 | build-depends: time | 276 | build-depends: time |
283 | cpp-options: -DTHREAD_DEBUG -DRENDERFLUSH | 277 | cpp-options: -DTHREAD_DEBUG -DRENDERFLUSH |
284 | if flag(xmpp) | ||
285 | cpp-options: -DXMPP | ||
286 | ghc-options: -rtsopts -fdefer-typed-holes -threaded | 278 | ghc-options: -rtsopts -fdefer-typed-holes -threaded |
287 | 279 | ||
288 | executable testcookie | 280 | executable testcookie |