diff options
Diffstat (limited to 'tests/Data/Torrent/MetainfoSpec.hs')
-rw-r--r-- | tests/Data/Torrent/MetainfoSpec.hs | 3 |
1 files changed, 1 insertions, 2 deletions
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 | ||