diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-16 23:10:59 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-16 23:10:59 +0400 |
commit | 3efd20772dc5c2c803d24e46e27bda4a7561d368 (patch) | |
tree | 9874c53cf42bd3ac8bca6be1efb49ea94758f7d7 /src/Network/BitTorrent/DHT.hs | |
parent | 98b0f21793f947c0babfc3c6bb97f3c27a4c3f24 (diff) |
Split query stuff from Session module
Diffstat (limited to 'src/Network/BitTorrent/DHT.hs')
-rw-r--r-- | src/Network/BitTorrent/DHT.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/DHT.hs b/src/Network/BitTorrent/DHT.hs index 6b57e451..b5dc868d 100644 --- a/src/Network/BitTorrent/DHT.hs +++ b/src/Network/BitTorrent/DHT.hs | |||
@@ -62,6 +62,7 @@ import Network.Socket | |||
62 | import Data.Torrent (tNodes) | 62 | import Data.Torrent (tNodes) |
63 | import Data.Torrent.InfoHash | 63 | import Data.Torrent.InfoHash |
64 | import Network.BitTorrent.Core | 64 | import Network.BitTorrent.Core |
65 | import Network.BitTorrent.DHT.Query | ||
65 | import Network.BitTorrent.DHT.Session | 66 | import Network.BitTorrent.DHT.Session |
66 | import Network.BitTorrent.DHT.Routing as T | 67 | import Network.BitTorrent.DHT.Routing as T |
67 | 68 | ||