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.hs22
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 @@
1module 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--
8module Network.BitTorrent (module BT) where
7 9
8import Network.BitTorrent.Peer 10import Network.BitTorrent.Peer as BT
9import Network.BitTorrent.PeerID 11import Network.BitTorrent.PeerID as BT
10import Network.BitTorrent.Tracker 12import Network.BitTorrent.Tracker as BT
11import Network.BitTorrent.PeerWire 13import Network.BitTorrent.PeerWire as BT