diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-06-06 23:32:49 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-06-06 23:32:49 +0400 |
commit | 50454e4cc0af670a3ad68efd828aa505811ed28a (patch) | |
tree | 96fcda85d93d4381f9e420cb159269148e7d2275 /src/Network/BitTorrent/PeerWire/Handshake.hs | |
parent | 99e771564a1433029ce8a8ce4db8282fc217a1c4 (diff) |
- Remove Peer.* modules.
I do not expect that this modules will grow later, so they are merged
with Network.BitTorrent.Peer now. We also avoid one "reexport only"
module this way.
Diffstat (limited to 'src/Network/BitTorrent/PeerWire/Handshake.hs')
-rw-r--r-- | src/Network/BitTorrent/PeerWire/Handshake.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/PeerWire/Handshake.hs b/src/Network/BitTorrent/PeerWire/Handshake.hs index ff768cae..d5ee0b5b 100644 --- a/src/Network/BitTorrent/PeerWire/Handshake.hs +++ b/src/Network/BitTorrent/PeerWire/Handshake.hs | |||
@@ -35,8 +35,8 @@ import Network.Socket.ByteString | |||
35 | 35 | ||
36 | import Data.Torrent | 36 | import Data.Torrent |
37 | import Network.BitTorrent.Extension | 37 | import Network.BitTorrent.Extension |
38 | import Network.BitTorrent.Peer.ID | 38 | import Network.BitTorrent.Peer |
39 | import Network.BitTorrent.Peer.ClientInfo | 39 | |
40 | 40 | ||
41 | 41 | ||
42 | data Handshake = Handshake { | 42 | data Handshake = Handshake { |