summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2018-05-29 21:09:01 +0000
committerJames Crayne <jim.crayne@gmail.com>2018-05-29 21:09:01 +0000
commit42e36b2c63c2cf7553f5ae005f9118d2e7e08cff (patch)
treef1d3f9e1ca7f4eb36ce0cd84a09e4c3f8b25ce88
parentdc8d8588fab79fe7a0dcb04a0bb396c2a17d580d (diff)
remove xmpp flag from cabal file
-rw-r--r--dht-client.cabal8
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
55flag xmpp
56 description: Include code for xmpp clients
57 default: True
58
59flag cryptonite-backport 55flag 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
288executable testcookie 280executable testcookie