diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-08 02:36:18 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-08 02:36:18 +0400 |
commit | 75711985512c8578e913a1b464816968b4aef5dd (patch) | |
tree | 5ab77d69af0e9bc315b58f1df6ba100e318adfce /src/Network/BitTorrent/DHT.hs | |
parent | 7e597cd924d2149b10f900c7dc14ce6e1e321cb5 (diff) |
Merge PeerAddr and NodeAddr modules
Diffstat (limited to 'src/Network/BitTorrent/DHT.hs')
-rw-r--r-- | src/Network/BitTorrent/DHT.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/DHT.hs b/src/Network/BitTorrent/DHT.hs index b6067456..39b33478 100644 --- a/src/Network/BitTorrent/DHT.hs +++ b/src/Network/BitTorrent/DHT.hs | |||
@@ -63,7 +63,7 @@ import Data.Conduit.List as C | |||
63 | import Network.Socket | 63 | import Network.Socket |
64 | 64 | ||
65 | import Data.Torrent | 65 | import Data.Torrent |
66 | import Network.BitTorrent.Core | 66 | import Network.BitTorrent.Address |
67 | import Network.BitTorrent.DHT.Query | 67 | import Network.BitTorrent.DHT.Query |
68 | import Network.BitTorrent.DHT.Session | 68 | import Network.BitTorrent.DHT.Session |
69 | import Network.BitTorrent.DHT.Routing as T | 69 | import Network.BitTorrent.DHT.Routing as T |