diff options
Diffstat (limited to 'src/Network/BitTorrent.hs')
-rw-r--r-- | src/Network/BitTorrent.hs | 6 |
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 | -- |
8 | module Network.BitTorrent (module BT) where | 8 | module Network.BitTorrent |
9 | (module BT | ||
10 | |||
11 | -- , ClientSession, newClient | ||
12 | ) where | ||
9 | 13 | ||
10 | import Network.BitTorrent.Extension as BT | 14 | import Network.BitTorrent.Extension as BT |
11 | import Network.BitTorrent.Peer as BT | 15 | import Network.BitTorrent.Peer as BT |