diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-04 21:44:18 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-04 21:44:18 +0400 |
commit | 052bed30a3d83aa8fb7b8b42509ad96f573439af (patch) | |
tree | 106b44c06226595870c3bf54f890824eec2b7f0e /src/System | |
parent | 88ef120511caae5ed74a48a87617b43aec4b7f76 (diff) |
Move HashList to Torrent module
Diffstat (limited to 'src/System')
-rw-r--r-- | src/System/Torrent/Storage.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/System/Torrent/Storage.hs b/src/System/Torrent/Storage.hs index 697e3def..1123cea9 100644 --- a/src/System/Torrent/Storage.hs +++ b/src/System/Torrent/Storage.hs | |||
@@ -57,8 +57,6 @@ import Data.Typeable | |||
57 | 57 | ||
58 | import Data.Torrent | 58 | import Data.Torrent |
59 | import Data.Torrent.Bitfield as BF | 59 | import Data.Torrent.Bitfield as BF |
60 | import Data.Torrent | ||
61 | import Data.Torrent.Piece | ||
62 | import System.Torrent.FileMap as FM | 60 | import System.Torrent.FileMap as FM |
63 | 61 | ||
64 | 62 | ||