summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Tracker.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-03-15 21:31:33 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-03-15 21:31:33 +0400
commit74aa8dffa1d754a296c56c21f2084ce90e17f81d (patch)
tree05e74177c532d631587ceacb2466c8f575f1d536 /src/Network/BitTorrent/Tracker.hs
parent8e5a5dd9b950091f65ff5a4e12e62777bd0ea3f2 (diff)
Add stubs for TEX
Diffstat (limited to 'src/Network/BitTorrent/Tracker.hs')
-rw-r--r--src/Network/BitTorrent/Tracker.hs6
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 #-}
13module Network.BitTorrent.Tracker 13module 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
37import Network.BitTorrent.Tracker.Message
38import Network.BitTorrent.Tracker.List 38import Network.BitTorrent.Tracker.List
39import Network.BitTorrent.Tracker.RPC 39import Network.BitTorrent.Tracker.RPC
40import Network.BitTorrent.Tracker.Session 40import Network.BitTorrent.Tracker.Session