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