diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-06-11 08:02:09 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-06-11 08:02:09 +0400 |
commit | 0e3903fa3d486c57504837fd497a3a348793f7fc (patch) | |
tree | b47f210c347062ca8fbe7c34012bb36107c86e52 /src/Network/BitTorrent/Tracker/Protocol.hs | |
parent | 0254b200cd4aa5245c37c7a650f8b14567a3b4cf (diff) |
~ Merge Scrape to Tracker.
Diffstat (limited to 'src/Network/BitTorrent/Tracker/Protocol.hs')
-rw-r--r-- | src/Network/BitTorrent/Tracker/Protocol.hs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Network/BitTorrent/Tracker/Protocol.hs b/src/Network/BitTorrent/Tracker/Protocol.hs index af48e3e9..c94a2dfc 100644 --- a/src/Network/BitTorrent/Tracker/Protocol.hs +++ b/src/Network/BitTorrent/Tracker/Protocol.hs | |||
@@ -21,9 +21,7 @@ | |||
21 | {-# LANGUAGE OverloadedStrings #-} | 21 | {-# LANGUAGE OverloadedStrings #-} |
22 | -- TODO: add "compact" field to TRequest | 22 | -- TODO: add "compact" field to TRequest |
23 | module Network.BitTorrent.Tracker.Protocol | 23 | module Network.BitTorrent.Tracker.Protocol |
24 | ( module Network.BitTorrent.Tracker.Scrape | 24 | ( Event(..), TRequest(..), TResponse(..) |
25 | |||
26 | , Event(..), TRequest(..), TResponse(..) | ||
27 | , askTracker | 25 | , askTracker |
28 | 26 | ||
29 | -- * Defaults | 27 | -- * Defaults |
@@ -50,7 +48,6 @@ import Network.HTTP | |||
50 | import Network.URI | 48 | import Network.URI |
51 | 49 | ||
52 | import Network.BitTorrent.Peer | 50 | import Network.BitTorrent.Peer |
53 | import Network.BitTorrent.Tracker.Scrape | ||
54 | 51 | ||
55 | 52 | ||
56 | 53 | ||