diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-05-05 05:01:28 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-05-05 05:01:28 +0400 |
commit | 7f63b5554fcf31d9b71c79fa9d0ee66d2ef95c94 (patch) | |
tree | 008058dc9bfe4b6f75cf1add4f493235a7ee8ed1 /src/Network/BitTorrent/PeerWire/Selection.hs | |
parent | f4122eec550671a646310106224ee6523ea8e369 (diff) |
~ Move bitfields to Data.
Diffstat (limited to 'src/Network/BitTorrent/PeerWire/Selection.hs')
-rw-r--r-- | src/Network/BitTorrent/PeerWire/Selection.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/PeerWire/Selection.hs b/src/Network/BitTorrent/PeerWire/Selection.hs index 2e17317e..83ab8311 100644 --- a/src/Network/BitTorrent/PeerWire/Selection.hs +++ b/src/Network/BitTorrent/PeerWire/Selection.hs | |||
@@ -29,9 +29,10 @@ module Network.BitTorrent.PeerWire.Selection | |||
29 | , autoSelector | 29 | , autoSelector |
30 | ) where | 30 | ) where |
31 | 31 | ||
32 | import Data.Bitfield | ||
32 | import Network.BitTorrent.PeerWire.Block | 33 | import Network.BitTorrent.PeerWire.Block |
33 | import Network.BitTorrent.PeerWire.Message | 34 | import Network.BitTorrent.PeerWire.Message |
34 | import Network.BitTorrent.PeerWire.Bitfield | 35 | |
35 | 36 | ||
36 | 37 | ||
37 | type Selector = Bitfield -- ^ Indices of client "have" pieces. | 38 | type Selector = Bitfield -- ^ Indices of client "have" pieces. |