diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Hakyll/Core/Compiler.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Core/Compiler.hs b/src/Hakyll/Core/Compiler.hs index edb3eeb..ab92a68 100644 --- a/src/Hakyll/Core/Compiler.hs +++ b/src/Hakyll/Core/Compiler.hs @@ -134,7 +134,7 @@ requireAll pattern f = items <- mapM (unCompilerM . getDependency) deps return $ f x items --- | Arrow-based variant of 'require' +-- | Arrow-based variant of 'requireAll' -- requireAllA :: (Binary a, Typeable a, Writable a) => Pattern |