summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Configuration.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-12-31 10:25:24 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-12-31 10:25:24 +0100
commited03544e1b58710448fa67764f10554b8eeab8dc (patch)
tree18222fe9e982f9afe9e1bedc533b5a565b2f3902 /src/Hakyll/Core/Configuration.hs
parenta20bc7bed9fd03e930297467f876c27f0072d1de (diff)
downloadhakyll-ed03544e1b58710448fa67764f10554b8eeab8dc.tar.gz
cmdargs isn't pretty but it's the best we have...
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 b5b5f77..c45d1a3 100644
--- a/src/Hakyll/Core/Configuration.hs
+++ b/src/Hakyll/Core/Configuration.hs
@@ -57,7 +57,7 @@ data Configuration = Configuration
, -- | Use an in-memory cache for items. This is faster but uses more
-- memory.
inMemoryCache :: Bool
- -- | Verbosity for the logger
+ -- | Verbosity for the logger. Can be overwritten by the command-line.
, verbosity :: Verbosity
}