diff options
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/src/Resource.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/src/Resource.hs b/compiler/src/Resource.hs index c3ed959..9d60185 100644 --- a/compiler/src/Resource.hs +++ b/compiler/src/Resource.hs | |||
@@ -58,7 +58,6 @@ type DirProcessor = Path -> IO Path | |||
58 | type ItemProcessor = Path -> IO Path | 58 | type ItemProcessor = Path -> IO Path |
59 | type ThumbnailProcessor = Path -> IO (Maybe Path) | 59 | type ThumbnailProcessor = Path -> IO (Maybe Path) |
60 | 60 | ||
61 | -- TODO: parallelise this! | ||
62 | buildResourceTree :: | 61 | buildResourceTree :: |
63 | DirProcessor -> ItemProcessor -> ThumbnailProcessor -> InputTree | 62 | DirProcessor -> ItemProcessor -> ThumbnailProcessor -> InputTree |
64 | -> IO ResourceTree | 63 | -> IO ResourceTree |