From fe546e6c3926019efd614787f6c2e8cf12469aed Mon Sep 17 00:00:00 2001 From: Sam T Date: Mon, 6 May 2013 04:53:59 +0400 Subject: + Add Peer.Status module. --- src/Network/BitTorrent/Peer.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Network/BitTorrent/Peer.hs') 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 import Network.BitTorrent.Peer.Addr as P import Network.BitTorrent.Peer.ClientInfo as P -import Network.BitTorrent.Peer.ID as P \ No newline at end of file +import Network.BitTorrent.Peer.ID as P +import Network.BitTorrent.Peer.Status as P \ No newline at end of file -- cgit v1.2.3