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.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs
index 9c1977d4..97efbbda 100644
--- a/src/Network/BitTorrent.hs
+++ b/src/Network/BitTorrent.hs
@@ -1,9 +1,11 @@
1module Network.BitTorrent 1module Network.BitTorrent
2 ( module Network.BitTorrent.PeerID 2 ( module Network.BitTorrent.Peer
3 , module Network.BitTorrent.PeerID
3 , module Network.BitTorrent.Tracker 4 , module Network.BitTorrent.Tracker
4 , module Network.BitTorrent.PeerWire 5 , module Network.BitTorrent.PeerWire
5 ) where 6 ) where
6 7
8import Network.BitTorrent.Peer
7import Network.BitTorrent.PeerID 9import Network.BitTorrent.PeerID
8import Network.BitTorrent.Tracker 10import Network.BitTorrent.Tracker
9import Network.BitTorrent.PeerWire 11import Network.BitTorrent.PeerWire