diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-04 21:16:34 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-04 21:16:34 +0400 |
commit | 88ef120511caae5ed74a48a87617b43aec4b7f76 (patch) | |
tree | b3bb561ea041a7da6c7168496a2e522b00b14456 /src/Data/Torrent/Tree.hs | |
parent | 7a892425de92efd88b98576e848bebc725a9bf14 (diff) |
Move layout info to Torrent module
Diffstat (limited to 'src/Data/Torrent/Tree.hs')
-rw-r--r-- | src/Data/Torrent/Tree.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Torrent/Tree.hs b/src/Data/Torrent/Tree.hs index 102f4dff..5825422f 100644 --- a/src/Data/Torrent/Tree.hs +++ b/src/Data/Torrent/Tree.hs | |||
@@ -31,7 +31,7 @@ import Data.List as L | |||
31 | import Data.Map as M | 31 | import Data.Map as M |
32 | import Data.Monoid | 32 | import Data.Monoid |
33 | 33 | ||
34 | import Data.Torrent.Layout | 34 | import Data.Torrent |
35 | 35 | ||
36 | 36 | ||
37 | -- | 'DirTree' is more convenient form of 'LayoutInfo'. | 37 | -- | 'DirTree' is more convenient form of 'LayoutInfo'. |