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/System | |
parent | 2a9a39dccbe7ed46b537d6b051c42432c275e156 (diff) |
Move bitfield to exchange subsystem
Diffstat (limited to 'src/System')
-rw-r--r-- | src/System/Torrent/Storage.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System/Torrent/Storage.hs b/src/System/Torrent/Storage.hs index 1123cea9..1d77e55d 100644 --- a/src/System/Torrent/Storage.hs +++ b/src/System/Torrent/Storage.hs | |||
@@ -56,7 +56,7 @@ import Data.Conduit.List as C | |||
56 | import Data.Typeable | 56 | import Data.Typeable |
57 | 57 | ||
58 | import Data.Torrent | 58 | import Data.Torrent |
59 | import Data.Torrent.Bitfield as BF | 59 | import Network.BitTorrent.Exchange.Bitfield as BF |
60 | import System.Torrent.FileMap as FM | 60 | import System.Torrent.FileMap as FM |
61 | 61 | ||
62 | 62 | ||