summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Util
diff options
context:
space:
mode:
Diffstat (limited to 'src/Hakyll/Core/Util')
-rw-r--r--src/Hakyll/Core/Util/File.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Hakyll/Core/Util/File.hs b/src/Hakyll/Core/Util/File.hs
index 160ee6f..5889664 100644
--- a/src/Hakyll/Core/Util/File.hs
+++ b/src/Hakyll/Core/Util/File.hs
@@ -47,8 +47,8 @@ getRecursiveContents includeDirs topdir = do
-- | Check if a file is meant for Hakyll internal use, i.e. if it is located in
-- the destination or store directory
--
-isFileInternal :: HakyllConfiguration -- ^ Configuration
- -> FilePath -- ^ File to check
+isFileInternal :: Configuration -- ^ Configuration
+ -> FilePath -- ^ File to check
-> Bool -- ^ If the given file is internal
isFileInternal configuration file =
any (`isPrefixOf` split file) dirs