diff options
Diffstat (limited to 'dht-client.cabal')
-rw-r--r-- | dht-client.cabal | 4 |
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 | ||
328 | executable atox | 332 | executable atox |
329 | hs-source-dirs: examples | 333 | hs-source-dirs: examples |