summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Util
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-11-13 15:10:01 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-11-13 15:10:01 +0100
commitd2e913f42434841c584b97ae9d5417ff2737c0ce (patch)
tree488bb4b615df917bd784f6b9c854262243ae3dce /src/Hakyll/Core/Util
parent89272dd97f805695b3d03f9a9fb05d22f30d8a7d (diff)
downloadhakyll-d2e913f42434841c584b97ae9d5417ff2737c0ce.tar.gz
Work a bit on new runtime
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