diff options
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Selection.hs')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Selection.hs | 2 |
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 | ||
23 | import Data.Ratio | 23 | import Data.Ratio |
24 | 24 | ||
25 | import Data.Torrent.Bitfield | 25 | import Network.BitTorrent.Exchange.Bitfield |
26 | 26 | ||
27 | 27 | ||
28 | type Selector = Bitfield -- ^ Indices of client /have/ pieces. | 28 | type Selector = Bitfield -- ^ Indices of client /have/ pieces. |