diff options
Diffstat (limited to 'src/Network/BitTorrent/PeerWire')
-rw-r--r-- | src/Network/BitTorrent/PeerWire/Protocol.hs (renamed from src/Network/BitTorrent/PeerWire/Message.hs) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Network/BitTorrent/PeerWire/Message.hs b/src/Network/BitTorrent/PeerWire/Protocol.hs index 3895ed5f..a4d987e6 100644 --- a/src/Network/BitTorrent/PeerWire/Message.hs +++ b/src/Network/BitTorrent/PeerWire/Protocol.hs | |||
@@ -1,7 +1,8 @@ | |||
1 | {-# LANGUAGE OverloadedStrings #-} | 1 | {-# LANGUAGE OverloadedStrings #-} |
2 | module Network.BitTorrent.PeerWire.Message | 2 | module Network.BitTorrent.PeerWire.Protocol |
3 | ( Message(..) | 3 | ( |
4 | , Bitfield | 4 | -- * Messages |
5 | Message(..) | ||
5 | , ppMessage | 6 | , ppMessage |
6 | ) where | 7 | ) where |
7 | 8 | ||