summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/DHT/Session.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-04-04 07:20:34 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-04-04 07:20:34 +0400
commit9b2981d38cfa188099cca07337a3b63747e2c527 (patch)
tree337e39b146ba86c9f2a0fd11e426da6f9119f2e2 /src/Network/BitTorrent/DHT/Session.hs
parentd8e61484166fa6666e4aaa9689cb430f44f8242b (diff)
Move PeerStore to ContactInfo module
Diffstat (limited to 'src/Network/BitTorrent/DHT/Session.hs')
-rw-r--r--src/Network/BitTorrent/DHT/Session.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/DHT/Session.hs b/src/Network/BitTorrent/DHT/Session.hs
index e770b1d3..7df25739 100644
--- a/src/Network/BitTorrent/DHT/Session.hs
+++ b/src/Network/BitTorrent/DHT/Session.hs
@@ -95,7 +95,8 @@ import Data.Torrent.InfoHash
95import Network.KRPC hiding (Options, def) 95import Network.KRPC hiding (Options, def)
96import qualified Network.KRPC as KRPC (def) 96import qualified Network.KRPC as KRPC (def)
97import Network.BitTorrent.Core 97import Network.BitTorrent.Core
98import Network.BitTorrent.Core.PeerAddr as P 98import Network.BitTorrent.Core.PeerAddr
99import Network.BitTorrent.DHT.ContactInfo as P
99import Network.BitTorrent.DHT.Message 100import Network.BitTorrent.DHT.Message
100import Network.BitTorrent.DHT.Routing as R 101import Network.BitTorrent.DHT.Routing as R
101import Network.BitTorrent.DHT.Token as T 102import Network.BitTorrent.DHT.Token as T