diff options
Diffstat (limited to 'src/Network/BitTorrent/Tracker.hs')
-rw-r--r-- | src/Network/BitTorrent/Tracker.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Network/BitTorrent/Tracker.hs b/src/Network/BitTorrent/Tracker.hs index 6af76a16..f43b5dc2 100644 --- a/src/Network/BitTorrent/Tracker.hs +++ b/src/Network/BitTorrent/Tracker.hs | |||
@@ -11,9 +11,8 @@ | |||
11 | -- | 11 | -- |
12 | {-# LANGUAGE TemplateHaskell #-} | 12 | {-# LANGUAGE TemplateHaskell #-} |
13 | module Network.BitTorrent.Tracker | 13 | module Network.BitTorrent.Tracker |
14 | ( PeerInfo (..) | 14 | ( -- * RPC Manager |
15 | 15 | PeerInfo (..) | |
16 | -- * RPC Manager | ||
17 | , Options | 16 | , Options |
18 | , Manager | 17 | , Manager |
19 | , newManager | 18 | , newManager |
@@ -35,6 +34,7 @@ module Network.BitTorrent.Tracker | |||
35 | -- , getSessionState | 34 | -- , getSessionState |
36 | ) where | 35 | ) where |
37 | 36 | ||
37 | import Network.BitTorrent.Tracker.Message | ||
38 | import Network.BitTorrent.Tracker.List | 38 | import Network.BitTorrent.Tracker.List |
39 | import Network.BitTorrent.Tracker.RPC | 39 | import Network.BitTorrent.Tracker.RPC |
40 | import Network.BitTorrent.Tracker.Session | 40 | import Network.BitTorrent.Tracker.Session |