diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-06-08 02:00:25 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-06-08 02:00:25 +0400 |
commit | a548a0ec725ddc3cd1d3c4407f8e2e7210d44f83 (patch) | |
tree | d492af992467622d593d54b989e9a9ae54f84b01 | |
parent | 279433f8d80f829b9fad6b7e2e60db4f21dfc3ec (diff) |
~ Rename PeerWire to Exchange.
-rw-r--r-- | src/Network/BitTorrent/Exchange.hs (renamed from src/Network/BitTorrent/PeerWire.hs) | 0 | ||||
-rw-r--r-- | src/Network/BitTorrent/Exchange/Protocol.hs (renamed from src/Network/BitTorrent/PeerWire/Protocol.hs) | 0 | ||||
-rw-r--r-- | src/Network/BitTorrent/Exchange/Selection.hs (renamed from src/Network/BitTorrent/PeerWire/Selection.hs) | 0 | ||||
-rw-r--r-- | src/Network/BitTorrent/Exchange/Status.hs (renamed from src/Network/BitTorrent/PeerWire/Status.hs) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/PeerWire.hs b/src/Network/BitTorrent/Exchange.hs index 08e3f388..08e3f388 100644 --- a/src/Network/BitTorrent/PeerWire.hs +++ b/src/Network/BitTorrent/Exchange.hs | |||
diff --git a/src/Network/BitTorrent/PeerWire/Protocol.hs b/src/Network/BitTorrent/Exchange/Protocol.hs index cab54ef5..cab54ef5 100644 --- a/src/Network/BitTorrent/PeerWire/Protocol.hs +++ b/src/Network/BitTorrent/Exchange/Protocol.hs | |||
diff --git a/src/Network/BitTorrent/PeerWire/Selection.hs b/src/Network/BitTorrent/Exchange/Selection.hs index db9e04f4..db9e04f4 100644 --- a/src/Network/BitTorrent/PeerWire/Selection.hs +++ b/src/Network/BitTorrent/Exchange/Selection.hs | |||
diff --git a/src/Network/BitTorrent/PeerWire/Status.hs b/src/Network/BitTorrent/Exchange/Status.hs index 806ba77d..806ba77d 100644 --- a/src/Network/BitTorrent/PeerWire/Status.hs +++ b/src/Network/BitTorrent/Exchange/Status.hs | |||