summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/PeerWire/Selection.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/PeerWire/Selection.hs')
-rw-r--r--src/Network/BitTorrent/PeerWire/Selection.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/PeerWire/Selection.hs b/src/Network/BitTorrent/PeerWire/Selection.hs
index 92285501..2e17317e 100644
--- a/src/Network/BitTorrent/PeerWire/Selection.hs
+++ b/src/Network/BitTorrent/PeerWire/Selection.hs
@@ -24,7 +24,9 @@
24module Network.BitTorrent.PeerWire.Selection 24module Network.BitTorrent.PeerWire.Selection
25 ( Selector 25 ( Selector
26 , strictFirst, strictLast 26 , strictFirst, strictLast
27 , rarestFirst, randomFirst, endGame, autoSelector 27 , rarestFirst, randomFirst, endGame
28
29 , autoSelector
28 ) where 30 ) where
29 31
30import Network.BitTorrent.PeerWire.Block 32import Network.BitTorrent.PeerWire.Block