From c51e64666b672637843a04c2f279d7d0c9eed01c Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 1 Feb 2017 03:21:52 -0500 Subject: New improved iterative search algorithm. --- bittorrent.cabal | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bittorrent.cabal') diff --git a/bittorrent.cabal b/bittorrent.cabal index 2d76e606..f6559752 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal @@ -91,6 +91,8 @@ library Network.SocketLike other-modules: Paths_bittorrent Data.Wrapper.PSQ + Data.MinMaxPSQ + Network.BitTorrent.DHT.Search if !flag(dht-only) exposed-modules: Network.BitTorrent Network.BitTorrent.Client @@ -143,6 +145,7 @@ library -- Concurrency , SafeSemaphore , lifted-async + , async-pool -- , BoundedChan >= 1.0.1.0 , split-channel >= 0.2 , stm >= 2.4 @@ -373,6 +376,7 @@ executable dhtd , monad-logger , bittorrent , unix + , containers if flag(thread-debug) build-depends: time cpp-options: -DTHREAD_DEBUG -- cgit v1.2.3