summaryrefslogtreecommitdiff
path: root/src/Text/Hakyll.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-15 15:41:42 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-15 15:41:42 +0100
commit129ab7f31af87962f73d534b045e57cb1975690b (patch)
tree63f6f0b3d157d28c4e67311c0df797aaf6a49b4a /src/Text/Hakyll.hs
parent62330ceae51ea28f75768196ad5e3f93eb88b8a3 (diff)
downloadhakyll-129ab7f31af87962f73d534b045e57cb1975690b.tar.gz
Minor code cleanup.
Diffstat (limited to 'src/Text/Hakyll.hs')
-rw-r--r--src/Text/Hakyll.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Text/Hakyll.hs b/src/Text/Hakyll.hs
index 2586c02..ae31fc3 100644
--- a/src/Text/Hakyll.hs
+++ b/src/Text/Hakyll.hs
@@ -15,8 +15,7 @@ import System.Directory (doesDirectoryExist, removeDirectoryRecursive)
-- | Default hakyll configuration.
defaultHakyllConfiguration :: HakyllConfiguration
defaultHakyllConfiguration = HakyllConfiguration
- { hakyllDestination = "_site"
- , hakyllGlobalContext = M.empty
+ { additionalContext = M.empty
}
-- | Main function to run hakyll.