diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-04 21:16:34 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-04 21:16:34 +0400 |
commit | 88ef120511caae5ed74a48a87617b43aec4b7f76 (patch) | |
tree | b3bb561ea041a7da6c7168496a2e522b00b14456 /tests/System | |
parent | 7a892425de92efd88b98576e848bebc725a9bf14 (diff) |
Move layout info to Torrent module
Diffstat (limited to 'tests/System')
-rw-r--r-- | tests/System/Torrent/FileMapSpec.hs | 2 | ||||
-rw-r--r-- | tests/System/Torrent/StorageSpec.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/System/Torrent/FileMapSpec.hs b/tests/System/Torrent/FileMapSpec.hs index 36632b3e..85180c0a 100644 --- a/tests/System/Torrent/FileMapSpec.hs +++ b/tests/System/Torrent/FileMapSpec.hs | |||
@@ -9,7 +9,7 @@ import System.FilePath | |||
9 | import System.IO.Unsafe | 9 | import System.IO.Unsafe |
10 | import Test.Hspec | 10 | import Test.Hspec |
11 | 11 | ||
12 | import Data.Torrent.Layout | 12 | import Data.Torrent |
13 | import System.Torrent.FileMap as FM | 13 | import System.Torrent.FileMap as FM |
14 | 14 | ||
15 | 15 | ||
diff --git a/tests/System/Torrent/StorageSpec.hs b/tests/System/Torrent/StorageSpec.hs index 30322545..ebf4fe3e 100644 --- a/tests/System/Torrent/StorageSpec.hs +++ b/tests/System/Torrent/StorageSpec.hs | |||
@@ -8,7 +8,7 @@ import System.IO.Unsafe | |||
8 | import Test.Hspec | 8 | import Test.Hspec |
9 | 9 | ||
10 | import Data.Torrent.Bitfield as BF | 10 | import Data.Torrent.Bitfield as BF |
11 | import Data.Torrent.Layout | 11 | import Data.Torrent |
12 | import Data.Torrent.Piece | 12 | import Data.Torrent.Piece |
13 | import System.Torrent.Storage | 13 | import System.Torrent.Storage |
14 | 14 | ||