From ed03544e1b58710448fa67764f10554b8eeab8dc Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 31 Dec 2012 10:25:24 +0100 Subject: cmdargs isn't pretty but it's the best we have... --- src/Hakyll/Core/Configuration.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Hakyll/Core') 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 } -- cgit v1.2.3