summaryrefslogtreecommitdiff
path: root/dht-client.cabal
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2018-06-27 03:31:02 +0000
committerJames Crayne <jim.crayne@gmail.com>2018-06-27 03:31:02 +0000
commitaf9a5df9b6c5fff2820cdeae6ac34a0206051c98 (patch)
treeb47cc444870c26bf5aa32977363fc015247e3b6a /dht-client.cabal
parent23528f18e72dd18efec00a644e7d3e62ca85ae5b (diff)
testTox now simulates netCrypto session
Diffstat (limited to 'dht-client.cabal')
-rw-r--r--dht-client.cabal4
1 files changed, 4 insertions, 0 deletions
diff --git a/dht-client.cabal b/dht-client.cabal
index bcce1609..08670b9d 100644
--- a/dht-client.cabal
+++ b/dht-client.cabal
@@ -321,9 +321,13 @@ executable testTox
321 , dht-client 321 , dht-client
322 , stm 322 , stm
323 , stm-chans 323 , stm-chans
324 , time
324 , concurrent-supply 325 , concurrent-supply
325 , containers 326 , containers
326 , network 327 , network
328 , unordered-containers
329 if flag(thread-debug)
330 cpp-options: -DTHREAD_DEBUG
327 331
328executable atox 332executable atox
329 hs-source-dirs: examples 333 hs-source-dirs: examples