diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-08 03:56:29 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-08 03:56:29 +0400 |
commit | 3867719780293528e604452818b9d9a616938783 (patch) | |
tree | 0ec8dcbaf5110fb329dfd8952f797b6de44b3afe /src/Network/BitTorrent/Exchange/Session | |
parent | 2a9a39dccbe7ed46b537d6b051c42432c275e156 (diff) |
Move bitfield to exchange subsystem
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Session')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Session/Status.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Exchange/Session/Status.hs b/src/Network/BitTorrent/Exchange/Session/Status.hs index 63b91926..af3e94f5 100644 --- a/src/Network/BitTorrent/Exchange/Session/Status.hs +++ b/src/Network/BitTorrent/Exchange/Session/Status.hs | |||
@@ -29,7 +29,7 @@ import Data.Set as S | |||
29 | import Data.Tuple | 29 | import Data.Tuple |
30 | 30 | ||
31 | import Data.Torrent | 31 | import Data.Torrent |
32 | import Data.Torrent.Bitfield as BF | 32 | import Network.BitTorrent.Exchange.Bitfield as BF |
33 | import Network.BitTorrent.Address | 33 | import Network.BitTorrent.Address |
34 | import Network.BitTorrent.Exchange.Block as Block | 34 | import Network.BitTorrent.Exchange.Block as Block |
35 | import System.Torrent.Storage (Storage, writePiece) | 35 | import System.Torrent.Storage (Storage, writePiece) |