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.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/PeerWire.hs b/src/Network/BitTorrent/PeerWire.hs
index db9287d8..6d8ff156 100644
--- a/src/Network/BitTorrent/PeerWire.hs
+++ b/src/Network/BitTorrent/PeerWire.hs
@@ -8,7 +8,8 @@
8{-# LANGUAGE DoAndIfThenElse #-} 8{-# LANGUAGE DoAndIfThenElse #-}
9module Network.BitTorrent.PeerWire (module PW) where 9module Network.BitTorrent.PeerWire (module PW) where
10 10
11import Network.BitTorrent.PeerWire.Bitfield as PW
12import Network.BitTorrent.PeerWire.Block as PW 11import Network.BitTorrent.PeerWire.Block as PW
12import Network.BitTorrent.PeerWire.Bitfield as PW
13import Network.BitTorrent.PeerWire.Selection as PW
13import Network.BitTorrent.PeerWire.Message as PW 14import Network.BitTorrent.PeerWire.Message as PW
14import Network.BitTorrent.PeerWire.Handshake as PW 15import Network.BitTorrent.PeerWire.Handshake as PW