summaryrefslogtreecommitdiff
path: root/tests/System/Torrent
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-04-04 21:44:18 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-04-04 21:44:18 +0400
commit052bed30a3d83aa8fb7b8b42509ad96f573439af (patch)
tree106b44c06226595870c3bf54f890824eec2b7f0e /tests/System/Torrent
parent88ef120511caae5ed74a48a87617b43aec4b7f76 (diff)
Move HashList to Torrent module
Diffstat (limited to 'tests/System/Torrent')
-rw-r--r--tests/System/Torrent/StorageSpec.hs3
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
7import System.IO.Unsafe 7import System.IO.Unsafe
8import Test.Hspec 8import Test.Hspec
9 9
10import Data.Torrent.Bitfield as BF
11import Data.Torrent 10import Data.Torrent
12import Data.Torrent.Piece 11import Data.Torrent.Bitfield as BF
13import System.Torrent.Storage 12import System.Torrent.Storage
14 13
15 14