diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Data/Torrent/LayoutSpec.hs | 2 | ||||
-rw-r--r-- | tests/Data/Torrent/MetainfoSpec.hs | 3 | ||||
-rw-r--r-- | tests/System/Torrent/FileMapSpec.hs | 2 | ||||
-rw-r--r-- | tests/System/Torrent/StorageSpec.hs | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/tests/Data/Torrent/LayoutSpec.hs b/tests/Data/Torrent/LayoutSpec.hs index d3966b3f..a3fe7c02 100644 --- a/tests/Data/Torrent/LayoutSpec.hs +++ b/tests/Data/Torrent/LayoutSpec.hs | |||
@@ -7,7 +7,7 @@ import Test.Hspec | |||
7 | import Test.QuickCheck | 7 | import Test.QuickCheck |
8 | import System.Posix.Types | 8 | import System.Posix.Types |
9 | 9 | ||
10 | import Data.Torrent.Layout | 10 | import Data.Torrent |
11 | 11 | ||
12 | 12 | ||
13 | instance Arbitrary COff where | 13 | instance Arbitrary COff where |
diff --git a/tests/Data/Torrent/MetainfoSpec.hs b/tests/Data/Torrent/MetainfoSpec.hs index 369c5e0f..537b3f99 100644 --- a/tests/Data/Torrent/MetainfoSpec.hs +++ b/tests/Data/Torrent/MetainfoSpec.hs | |||
@@ -13,9 +13,8 @@ import Test.Hspec | |||
13 | import Test.QuickCheck | 13 | import Test.QuickCheck |
14 | import Test.QuickCheck.Instances () | 14 | import Test.QuickCheck.Instances () |
15 | 15 | ||
16 | import Data.Torrent.Piece | ||
17 | import Data.Torrent.Layout | ||
18 | import Data.Torrent | 16 | import Data.Torrent |
17 | import Data.Torrent.Piece | ||
19 | import Data.Torrent.LayoutSpec () | 18 | import Data.Torrent.LayoutSpec () |
20 | import Network.BitTorrent.Core.NodeInfoSpec () | 19 | import Network.BitTorrent.Core.NodeInfoSpec () |
21 | 20 | ||
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 | ||