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.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs
index bd23b980..3d2406a8 100644
--- a/src/Network/BitTorrent.hs
+++ b/src/Network/BitTorrent.hs
@@ -7,6 +7,7 @@
7-- 7--
8module Network.BitTorrent (module BT) where 8module Network.BitTorrent (module BT) where
9 9
10import Network.BitTorrent.Extension as BT
10import Network.BitTorrent.Peer as BT 11import Network.BitTorrent.Peer as BT
11import Network.BitTorrent.PeerWire as BT 12import Network.BitTorrent.PeerWire as BT
12import Network.BitTorrent.Tracker as BT 13import Network.BitTorrent.Tracker as BT