diff options
Diffstat (limited to 'src/Network/BitTorrent/DHT.hs')
-rw-r--r-- | src/Network/BitTorrent/DHT.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/DHT.hs b/src/Network/BitTorrent/DHT.hs index f587f7c8..b6067456 100644 --- a/src/Network/BitTorrent/DHT.hs +++ b/src/Network/BitTorrent/DHT.hs | |||
@@ -62,8 +62,7 @@ import Data.Conduit as C | |||
62 | import Data.Conduit.List as C | 62 | import Data.Conduit.List as C |
63 | import Network.Socket | 63 | import Network.Socket |
64 | 64 | ||
65 | import Data.Torrent (tNodes) | 65 | import Data.Torrent |
66 | import Data.Torrent.InfoHash | ||
67 | import Network.BitTorrent.Core | 66 | import Network.BitTorrent.Core |
68 | import Network.BitTorrent.DHT.Query | 67 | import Network.BitTorrent.DHT.Query |
69 | import Network.BitTorrent.DHT.Session | 68 | import Network.BitTorrent.DHT.Session |