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 /tests/System/Torrent/StorageSpec.hs | |
parent | 88ef120511caae5ed74a48a87617b43aec4b7f76 (diff) |
Move HashList to Torrent module
Diffstat (limited to 'tests/System/Torrent/StorageSpec.hs')
-rw-r--r-- | tests/System/Torrent/StorageSpec.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/System/Torrent/StorageSpec.hs b/tests/System/Torrent/StorageSpec.hs index ebf4fe3e..96f1b036 100644 --- a/tests/System/Torrent/StorageSpec.hs +++ b/tests/System/Torrent/StorageSpec.hs | |||
@@ -7,9 +7,8 @@ import System.Directory | |||
7 | import System.IO.Unsafe | 7 | import System.IO.Unsafe |
8 | import Test.Hspec | 8 | import Test.Hspec |
9 | 9 | ||
10 | import Data.Torrent.Bitfield as BF | ||
11 | import Data.Torrent | 10 | import Data.Torrent |
12 | import Data.Torrent.Piece | 11 | import Data.Torrent.Bitfield as BF |
13 | import System.Torrent.Storage | 12 | import System.Torrent.Storage |
14 | 13 | ||
15 | 14 | ||