diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index 2d76e606..f6559752 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -91,6 +91,8 @@ library | |||
91 | Network.SocketLike | 91 | Network.SocketLike |
92 | other-modules: Paths_bittorrent | 92 | other-modules: Paths_bittorrent |
93 | Data.Wrapper.PSQ | 93 | Data.Wrapper.PSQ |
94 | Data.MinMaxPSQ | ||
95 | Network.BitTorrent.DHT.Search | ||
94 | if !flag(dht-only) | 96 | if !flag(dht-only) |
95 | exposed-modules: Network.BitTorrent | 97 | exposed-modules: Network.BitTorrent |
96 | Network.BitTorrent.Client | 98 | Network.BitTorrent.Client |
@@ -143,6 +145,7 @@ library | |||
143 | -- Concurrency | 145 | -- Concurrency |
144 | , SafeSemaphore | 146 | , SafeSemaphore |
145 | , lifted-async | 147 | , lifted-async |
148 | , async-pool | ||
146 | -- , BoundedChan >= 1.0.1.0 | 149 | -- , BoundedChan >= 1.0.1.0 |
147 | , split-channel >= 0.2 | 150 | , split-channel >= 0.2 |
148 | , stm >= 2.4 | 151 | , stm >= 2.4 |
@@ -373,6 +376,7 @@ executable dhtd | |||
373 | , monad-logger | 376 | , monad-logger |
374 | , bittorrent | 377 | , bittorrent |
375 | , unix | 378 | , unix |
379 | , containers | ||
376 | if flag(thread-debug) | 380 | if flag(thread-debug) |
377 | build-depends: time | 381 | build-depends: time |
378 | cpp-options: -DTHREAD_DEBUG | 382 | cpp-options: -DTHREAD_DEBUG |