summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/PeerWire.hs
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-06-08 00:39:24 +0400
committerSam T <pxqr.sta@gmail.com>2013-06-08 00:39:24 +0400
commitaaf7ecf00fe34c4b581937713c3308d7e7221360 (patch)
tree74d62e8c217dbdfa43091d7c1d6ed81bba0973c6 /src/Network/BitTorrent/PeerWire.hs
parent757ce3b4fa3de2d6e84307f79184a44b48ec0a29 (diff)
~ Merge Block and Handshake into Protocol.
We could provide better api this way. Also this refactoring should reduce compilation time.
Diffstat (limited to 'src/Network/BitTorrent/PeerWire.hs')
-rw-r--r--src/Network/BitTorrent/PeerWire.hs2
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 #-}
9module Network.BitTorrent.PeerWire (module PW) where 9module Network.BitTorrent.PeerWire (module PW) where
10 10
11import Network.BitTorrent.PeerWire.Block as PW
12import Network.BitTorrent.PeerWire.Selection as PW 11import Network.BitTorrent.PeerWire.Selection as PW
13import Network.BitTorrent.PeerWire.Protocol as PW 12import Network.BitTorrent.PeerWire.Protocol as PW
14import Network.BitTorrent.PeerWire.Handshake as PW