summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/DHT.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-04-08 02:36:18 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-04-08 02:36:18 +0400
commit75711985512c8578e913a1b464816968b4aef5dd (patch)
tree5ab77d69af0e9bc315b58f1df6ba100e318adfce /src/Network/BitTorrent/DHT.hs
parent7e597cd924d2149b10f900c7dc14ce6e1e321cb5 (diff)
Merge PeerAddr and NodeAddr modules
Diffstat (limited to 'src/Network/BitTorrent/DHT.hs')
-rw-r--r--src/Network/BitTorrent/DHT.hs2
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
63import Network.Socket 63import Network.Socket
64 64
65import Data.Torrent 65import Data.Torrent
66import Network.BitTorrent.Core 66import Network.BitTorrent.Address
67import Network.BitTorrent.DHT.Query 67import Network.BitTorrent.DHT.Query
68import Network.BitTorrent.DHT.Session 68import Network.BitTorrent.DHT.Session
69import Network.BitTorrent.DHT.Routing as T 69import Network.BitTorrent.DHT.Routing as T