summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Exchange/Selection.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Selection.hs')
-rw-r--r--src/Network/BitTorrent/Exchange/Selection.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Exchange/Selection.hs b/src/Network/BitTorrent/Exchange/Selection.hs
index 2724fabc..3701450b 100644
--- a/src/Network/BitTorrent/Exchange/Selection.hs
+++ b/src/Network/BitTorrent/Exchange/Selection.hs
@@ -22,7 +22,7 @@ module Network.BitTorrent.Exchange.Selection
22 22
23import Data.Ratio 23import Data.Ratio
24 24
25import Data.Torrent.Bitfield 25import Network.BitTorrent.Exchange.Bitfield
26 26
27 27
28type Selector = Bitfield -- ^ Indices of client /have/ pieces. 28type Selector = Bitfield -- ^ Indices of client /have/ pieces.