summaryrefslogtreecommitdiff
path: root/tests/System/Torrent/FileMapSpec.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-04-04 21:16:34 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-04-04 21:16:34 +0400
commit88ef120511caae5ed74a48a87617b43aec4b7f76 (patch)
treeb3bb561ea041a7da6c7168496a2e522b00b14456 /tests/System/Torrent/FileMapSpec.hs
parent7a892425de92efd88b98576e848bebc725a9bf14 (diff)
Move layout info to Torrent module
Diffstat (limited to 'tests/System/Torrent/FileMapSpec.hs')
-rw-r--r--tests/System/Torrent/FileMapSpec.hs2
1 files changed, 1 insertions, 1 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
9import System.IO.Unsafe 9import System.IO.Unsafe
10import Test.Hspec 10import Test.Hspec
11 11
12import Data.Torrent.Layout 12import Data.Torrent
13import System.Torrent.FileMap as FM 13import System.Torrent.FileMap as FM
14 14
15 15