diff options
Diffstat (limited to 'src/Network/BitTorrent/PeerWire.hs')
-rw-r--r-- | src/Network/BitTorrent/PeerWire.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/PeerWire.hs b/src/Network/BitTorrent/PeerWire.hs index 5ac4c7f3..b048fe1f 100644 --- a/src/Network/BitTorrent/PeerWire.hs +++ b/src/Network/BitTorrent/PeerWire.hs | |||
@@ -8,7 +8,5 @@ | |||
8 | {-# LANGUAGE DoAndIfThenElse #-} | 8 | {-# LANGUAGE DoAndIfThenElse #-} |
9 | module Network.BitTorrent.PeerWire (module PW) where | 9 | module Network.BitTorrent.PeerWire (module PW) where |
10 | 10 | ||
11 | import Network.BitTorrent.PeerWire.Block as PW | ||
12 | import Network.BitTorrent.PeerWire.Selection as PW | 11 | import Network.BitTorrent.PeerWire.Selection as PW |
13 | import Network.BitTorrent.PeerWire.Protocol as PW | 12 | import Network.BitTorrent.PeerWire.Protocol as PW |
14 | import Network.BitTorrent.PeerWire.Handshake as PW | ||