diff options
Diffstat (limited to 'src/Network/BitTorrent.hs')
-rw-r--r-- | src/Network/BitTorrent.hs | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs index 97efbbda..5ed786d0 100644 --- a/src/Network/BitTorrent.hs +++ b/src/Network/BitTorrent.hs | |||
@@ -1,11 +1,13 @@ | |||
1 | module Network.BitTorrent | 1 | -- | |
2 | ( module Network.BitTorrent.Peer | 2 | -- Copyright : (c) Sam T. 2013 |
3 | , module Network.BitTorrent.PeerID | 3 | -- License : MIT |
4 | , module Network.BitTorrent.Tracker | 4 | -- Maintainer : pxqr.sta@gmail.com |
5 | , module Network.BitTorrent.PeerWire | 5 | -- Stability : experimental |
6 | ) where | 6 | -- Portability : portable |
7 | -- | ||
8 | module Network.BitTorrent (module BT) where | ||
7 | 9 | ||
8 | import Network.BitTorrent.Peer | 10 | import Network.BitTorrent.Peer as BT |
9 | import Network.BitTorrent.PeerID | 11 | import Network.BitTorrent.PeerID as BT |
10 | import Network.BitTorrent.Tracker | 12 | import Network.BitTorrent.Tracker as BT |
11 | import Network.BitTorrent.PeerWire | 13 | import Network.BitTorrent.PeerWire as BT |