summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Peer.hs
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-05-06 04:53:59 +0400
committerSam T <pxqr.sta@gmail.com>2013-05-06 04:53:59 +0400
commitfe546e6c3926019efd614787f6c2e8cf12469aed (patch)
treea051e6ca14a91aa0c0f5986f5462a9a4cb95bf1e /src/Network/BitTorrent/Peer.hs
parentddc164bf13535354bfb1bd5483b96c25343d6620 (diff)
+ Add Peer.Status module.
Diffstat (limited to 'src/Network/BitTorrent/Peer.hs')
-rw-r--r--src/Network/BitTorrent/Peer.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Peer.hs b/src/Network/BitTorrent/Peer.hs
index ff32feb5..660f146f 100644
--- a/src/Network/BitTorrent/Peer.hs
+++ b/src/Network/BitTorrent/Peer.hs
@@ -13,4 +13,5 @@ module Network.BitTorrent.Peer
13 13
14import Network.BitTorrent.Peer.Addr as P 14import Network.BitTorrent.Peer.Addr as P
15import Network.BitTorrent.Peer.ClientInfo as P 15import Network.BitTorrent.Peer.ClientInfo as P
16import Network.BitTorrent.Peer.ID as P \ No newline at end of file 16import Network.BitTorrent.Peer.ID as P
17import Network.BitTorrent.Peer.Status as P \ No newline at end of file