summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent.hs')
-rw-r--r--src/Network/BitTorrent.hs7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs
index 5d6034f6..5fbc5ff6 100644
--- a/src/Network/BitTorrent.hs
+++ b/src/Network/BitTorrent.hs
@@ -7,6 +7,7 @@
7-- 7--
8module Network.BitTorrent 8module Network.BitTorrent
9 ( module BT 9 ( module BT
10 , module Data.Torrent
10 11
11 -- * Tracker 12 -- * Tracker
12 13
@@ -16,12 +17,12 @@ module Network.BitTorrent
16 , PeerSession 17 , PeerSession
17 ) where 18 ) where
18 19
20import Data.Torrent
19import Network.BitTorrent.Internal 21import Network.BitTorrent.Internal
20
21import Network.BitTorrent.Extension as BT 22import Network.BitTorrent.Extension as BT
22import Network.BitTorrent.Peer as BT 23import Network.BitTorrent.Peer as BT
23import Network.BitTorrent.Exchange as BT 24import Network.BitTorrent.Exchange as BT
24import Network.BitTorrent.Tracker as BT 25import Network.BitTorrent.Tracker as BT
25 26
26--discover :: SwarmSession -> (Chan PeerAddr -> IO a) -> IO a 27--discover :: SwarmSession -> ([PeerAddr] -> IO a) -> IO a
27--discover = undefined 28--discover = withTracker