summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/PeerWire.hs
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-06-07 23:42:34 +0400
committerSam T <pxqr.sta@gmail.com>2013-06-07 23:42:34 +0400
commit757ce3b4fa3de2d6e84307f79184a44b48ec0a29 (patch)
tree82e93efc5920c5e7a18adf6c126f9e8eec002ae3 /src/Network/BitTorrent/PeerWire.hs
parenta30bb766e8f2bea19e5a8f1739354d5f7894df1d (diff)
~ Rename Message to Protocol.
Diffstat (limited to 'src/Network/BitTorrent/PeerWire.hs')
-rw-r--r--src/Network/BitTorrent/PeerWire.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/PeerWire.hs b/src/Network/BitTorrent/PeerWire.hs
index d0583bff..5ac4c7f3 100644
--- a/src/Network/BitTorrent/PeerWire.hs
+++ b/src/Network/BitTorrent/PeerWire.hs
@@ -10,5 +10,5 @@ module Network.BitTorrent.PeerWire (module PW) where
10 10
11import Network.BitTorrent.PeerWire.Block as PW 11import Network.BitTorrent.PeerWire.Block as PW
12import Network.BitTorrent.PeerWire.Selection as PW 12import Network.BitTorrent.PeerWire.Selection as PW
13import Network.BitTorrent.PeerWire.Message as PW 13import Network.BitTorrent.PeerWire.Protocol as PW
14import Network.BitTorrent.PeerWire.Handshake as PW 14import Network.BitTorrent.PeerWire.Handshake as PW