diff options
Diffstat (limited to 'src/Network/BitTorrent/PeerWire')
-rw-r--r-- | src/Network/BitTorrent/PeerWire/Protocol.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/PeerWire/Protocol.hs b/src/Network/BitTorrent/PeerWire/Protocol.hs index b40676ca..cab54ef5 100644 --- a/src/Network/BitTorrent/PeerWire/Protocol.hs +++ b/src/Network/BitTorrent/PeerWire/Protocol.hs | |||
@@ -22,7 +22,7 @@ module Network.BitTorrent.PeerWire.Protocol | |||
22 | , handshakeMaxSize | 22 | , handshakeMaxSize |
23 | 23 | ||
24 | -- * Block | 24 | -- * Block |
25 | , BlockLIx, PieceLIx | 25 | , PieceIx, BlockLIx, PieceLIx |
26 | , BlockIx(..), ppBlockIx | 26 | , BlockIx(..), ppBlockIx |
27 | , Block(..), ppBlock ,blockSize | 27 | , Block(..), ppBlock ,blockSize |
28 | , pieceIx, blockIx | 28 | , pieceIx, blockIx |