summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Tracker.hs
diff options
context:
space:
mode:
authorSam T <sta.cs.vsu@gmail.com>2013-04-24 23:52:42 +0400
committerSam T <sta.cs.vsu@gmail.com>2013-04-24 23:52:42 +0400
commit82bea85b66304a550df074e700078c0c0c5d602a (patch)
treedff862bd03f730285c81b1cabbc6e4f647112b78 /src/Network/BitTorrent/Tracker.hs
parenta3b7d8442feaec251c38609712d24aea208becbb (diff)
+ Add handshake pprint.
Move Peer to separated module since otherwise we have recursive module dependencies.
Diffstat (limited to 'src/Network/BitTorrent/Tracker.hs')
-rw-r--r--src/Network/BitTorrent/Tracker.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/Tracker.hs b/src/Network/BitTorrent/Tracker.hs
index 643aca16..99ffc280 100644
--- a/src/Network/BitTorrent/Tracker.hs
+++ b/src/Network/BitTorrent/Tracker.hs
@@ -46,6 +46,7 @@ import Network.Socket
46import Network.HTTP 46import Network.HTTP
47import Network.URI 47import Network.URI
48 48
49import Network.BitTorrent.Peer
49import Network.BitTorrent.PeerID 50import Network.BitTorrent.PeerID
50import Network.BitTorrent.Tracker.Scrape 51import Network.BitTorrent.Tracker.Scrape
51 52