diff options
Diffstat (limited to 'tests/System/Torrent')
-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 | ||