summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Tracker/Protocol.hs
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-06-11 08:02:09 +0400
committerSam T <pxqr.sta@gmail.com>2013-06-11 08:02:09 +0400
commit0e3903fa3d486c57504837fd497a3a348793f7fc (patch)
treeb47f210c347062ca8fbe7c34012bb36107c86e52 /src/Network/BitTorrent/Tracker/Protocol.hs
parent0254b200cd4aa5245c37c7a650f8b14567a3b4cf (diff)
~ Merge Scrape to Tracker.
Diffstat (limited to 'src/Network/BitTorrent/Tracker/Protocol.hs')
-rw-r--r--src/Network/BitTorrent/Tracker/Protocol.hs5
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
23module Network.BitTorrent.Tracker.Protocol 23module 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
50import Network.URI 48import Network.URI
51 49
52import Network.BitTorrent.Peer 50import Network.BitTorrent.Peer
53import Network.BitTorrent.Tracker.Scrape
54 51
55 52
56 53