diff options
author | joe <joe@jerkface.net> | 2017-07-03 20:35:07 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2017-07-03 20:35:07 -0400 |
commit | 78b05bf38b83b5d46468e1f938bb8c2d9dd0804f (patch) | |
tree | e82e4769ed2c00069799a3d7d26f17398ba724d5 /bittorrent.cabal | |
parent | 81bcffd68c9997b8e4b5f8c2d4cb1e4db4c62153 (diff) |
Fleshed out Tox TODO stubs.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index c46ed17f..936b022a 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -395,6 +395,7 @@ executable dhtd | |||
395 | , stm | 395 | , stm |
396 | , cereal | 396 | , cereal |
397 | , bencoding | 397 | , bencoding |
398 | , random | ||
398 | if flag(thread-debug) | 399 | if flag(thread-debug) |
399 | build-depends: time | 400 | build-depends: time |
400 | cpp-options: -DTHREAD_DEBUG | 401 | cpp-options: -DTHREAD_DEBUG |