aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/Resource.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/src/Resource.hs')
-rw-r--r--compiler/src/Resource.hs1
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
58type ItemProcessor = Path -> IO Path 58type ItemProcessor = Path -> IO Path
59type ThumbnailProcessor = Path -> IO (Maybe Path) 59type ThumbnailProcessor = Path -> IO (Maybe Path)
60 60
61-- TODO: parallelise this!
62buildResourceTree :: 61buildResourceTree ::
63 DirProcessor -> ItemProcessor -> ThumbnailProcessor -> InputTree 62 DirProcessor -> ItemProcessor -> ThumbnailProcessor -> InputTree
64 -> IO ResourceTree 63 -> IO ResourceTree