summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Configuration.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2013-02-06 22:40:18 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2013-02-06 22:40:18 +0100
commitea953d3415232ba53aadc061e9005dbe74e3b012 (patch)
tree10ea81bb0ddefd356d3ff84b25a5d49c8bcc5bd0 /src/Hakyll/Core/Configuration.hs
parentd34d56b10e14e41ad303e6c5d3daef6970af65c2 (diff)
downloadhakyll-ea953d3415232ba53aadc061e9005dbe74e3b012.tar.gz
Ignore files sooner, small speedup
Diffstat (limited to 'src/Hakyll/Core/Configuration.hs')
-rw-r--r--src/Hakyll/Core/Configuration.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Core/Configuration.hs b/src/Hakyll/Core/Configuration.hs
index 47de700..fdca879 100644
--- a/src/Hakyll/Core/Configuration.hs
+++ b/src/Hakyll/Core/Configuration.hs
@@ -37,7 +37,7 @@ data Configuration = Configuration
--
-- Note that the files in 'destinationDirectory' and 'storeDirectory' will
-- also be ignored. Note that this is the configuration parameter, if you
- -- want to use the test, you should use 'shouldIgnoreFile'.
+ -- want to use the test, you should use 'shouldIgnoreFile'.
--
ignoreFile :: FilePath -> Bool
, -- | Here, you can plug in a system command to upload/deploy your site.