diff options
author | Sam T <sta.cs.vsu@gmail.com> | 2013-04-24 23:52:42 +0400 |
---|---|---|
committer | Sam T <sta.cs.vsu@gmail.com> | 2013-04-24 23:52:42 +0400 |
commit | 82bea85b66304a550df074e700078c0c0c5d602a (patch) | |
tree | dff862bd03f730285c81b1cabbc6e4f647112b78 /src/Network/BitTorrent/Tracker.hs | |
parent | a3b7d8442feaec251c38609712d24aea208becbb (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.hs | 1 |
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 | |||
46 | import Network.HTTP | 46 | import Network.HTTP |
47 | import Network.URI | 47 | import Network.URI |
48 | 48 | ||
49 | import Network.BitTorrent.Peer | ||
49 | import Network.BitTorrent.PeerID | 50 | import Network.BitTorrent.PeerID |
50 | import Network.BitTorrent.Tracker.Scrape | 51 | import Network.BitTorrent.Tracker.Scrape |
51 | 52 | ||