summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/PeerWire.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/PeerWire.hs')
-rw-r--r--src/Network/BitTorrent/PeerWire.hs15
1 files changed, 5 insertions, 10 deletions
diff --git a/src/Network/BitTorrent/PeerWire.hs b/src/Network/BitTorrent/PeerWire.hs
index b53cd22c..fde98695 100644
--- a/src/Network/BitTorrent/PeerWire.hs
+++ b/src/Network/BitTorrent/PeerWire.hs
@@ -6,14 +6,9 @@
6-- Portability : portable 6-- Portability : portable
7-- 7--
8{-# LANGUAGE DoAndIfThenElse #-} 8{-# LANGUAGE DoAndIfThenElse #-}
9module Network.BitTorrent.PeerWire 9module Network.BitTorrent.PeerWire (module PW) where
10 ( module Network.BitTorrent.PeerWire.Block
11 , module Network.BitTorrent.PeerWire.Message
12 , module Network.BitTorrent.PeerWire.Handshake
13 , module Network.BitTorrent.PeerWire.ClientInfo
14 ) where
15 10
16import Network.BitTorrent.PeerWire.Block 11import Network.BitTorrent.PeerWire.Block as PW
17import Network.BitTorrent.PeerWire.Message 12import Network.BitTorrent.PeerWire.Message as PW
18import Network.BitTorrent.PeerWire.Handshake 13import Network.BitTorrent.PeerWire.Handshake as PW
19import Network.BitTorrent.PeerWire.ClientInfo 14import Network.BitTorrent.PeerWire.ClientInfo as PW