summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index a358a2b8..c46ed17f 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -78,6 +78,7 @@ library
78 hs-source-dirs: src 78 hs-source-dirs: src
79 exposed-modules: Network.DatagramServer 79 exposed-modules: Network.DatagramServer
80 Network.DatagramServer.Mainline 80 Network.DatagramServer.Mainline
81 Network.DatagramServer.Tox
81 Network.DatagramServer.Types 82 Network.DatagramServer.Types
82 Network.DatagramServer.Error 83 Network.DatagramServer.Error
83 Network.DHT 84 Network.DHT
@@ -392,6 +393,8 @@ executable dhtd
392 , unix 393 , unix
393 , containers 394 , containers
394 , stm 395 , stm
396 , cereal
397 , bencoding
395 if flag(thread-debug) 398 if flag(thread-debug)
396 build-depends: time 399 build-depends: time
397 cpp-options: -DTHREAD_DEBUG 400 cpp-options: -DTHREAD_DEBUG