From 4a91f96c44e4d41303b5bdff9e53798e1bc895ac Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Fri, 14 Feb 2014 22:33:38 +0400 Subject: Reorder export list: more important items first --- src/Network/BitTorrent/Exchange/Wire.hs | 38 ++++++++++++++++----------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'src') diff --git a/src/Network/BitTorrent/Exchange/Wire.hs b/src/Network/BitTorrent/Exchange/Wire.hs index 8873546d..64fa3295 100644 --- a/src/Network/BitTorrent/Exchange/Wire.hs +++ b/src/Network/BitTorrent/Exchange/Wire.hs @@ -18,25 +18,6 @@ module Network.BitTorrent.Exchange.Wire Connected , Wire - -- ** Exceptions - , ChannelSide (..) - , ProtocolError (..) - , WireFailure (..) - , peerPenalty - , isWireFailure - , disconnectPeer - - -- ** Stats - , ByteStats (..) - , FlowStats (..) - , ConnectionStats (..) - - -- ** Flood detection - , FloodDetector (..) - - -- ** Options - , Options (..) - -- ** Connection , Connection , connRemoteAddr @@ -70,6 +51,25 @@ module Network.BitTorrent.Exchange.Wire , getExtCaps , getStats , getMetadata + + -- ** Exceptions + , ChannelSide (..) + , ProtocolError (..) + , WireFailure (..) + , peerPenalty + , isWireFailure + , disconnectPeer + + -- ** Stats + , ByteStats (..) + , FlowStats (..) + , ConnectionStats (..) + + -- ** Flood detection + , FloodDetector (..) + + -- ** Options + , Options (..) ) where import Control.Applicative -- cgit v1.2.3