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.hs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs
index 51ba6aac..ac9ed50a 100644
--- a/src/Network/BitTorrent.hs
+++ b/src/Network/BitTorrent.hs
@@ -5,7 +5,11 @@
5-- Stability : experimental 5-- Stability : experimental
6-- Portability : portable 6-- Portability : portable
7-- 7--
8module Network.BitTorrent (module BT) where 8module Network.BitTorrent
9 (module BT
10
11-- , ClientSession, newClient
12 ) where
9 13
10import Network.BitTorrent.Extension as BT 14import Network.BitTorrent.Extension as BT
11import Network.BitTorrent.Peer as BT 15import Network.BitTorrent.Peer as BT