summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal7
1 files changed, 4 insertions, 3 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index f6559752..a8858abd 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -89,10 +89,10 @@ library
89 Network.BitTorrent.DHT.Token 89 Network.BitTorrent.DHT.Token
90 Network.StreamServer 90 Network.StreamServer
91 Network.SocketLike 91 Network.SocketLike
92 other-modules: Paths_bittorrent
93 Data.Wrapper.PSQ
94 Data.MinMaxPSQ
95 Network.BitTorrent.DHT.Search 92 Network.BitTorrent.DHT.Search
93 Data.MinMaxPSQ
94 Data.Wrapper.PSQ
95 other-modules: Paths_bittorrent
96 if !flag(dht-only) 96 if !flag(dht-only)
97 exposed-modules: Network.BitTorrent 97 exposed-modules: Network.BitTorrent
98 Network.BitTorrent.Client 98 Network.BitTorrent.Client
@@ -377,6 +377,7 @@ executable dhtd
377 , bittorrent 377 , bittorrent
378 , unix 378 , unix
379 , containers 379 , containers
380 , stm
380 if flag(thread-debug) 381 if flag(thread-debug)
381 build-depends: time 382 build-depends: time
382 cpp-options: -DTHREAD_DEBUG 383 cpp-options: -DTHREAD_DEBUG