diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-01-28 13:00:23 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-01-28 13:00:23 +0100 |
commit | 0d2cfb08a777f3a6459c14e40a52633cb1a2aa90 (patch) | |
tree | e8895ceb369ffbfcb9cdae86d3dc576599d34312 /src/Text/Hakyll.hs | |
parent | a600b84662d3224de5e0eb2458b3d54a618a3ace (diff) | |
download | hakyll-0d2cfb08a777f3a6459c14e40a52633cb1a2aa90.tar.gz |
Categories are more or less stable now.
Diffstat (limited to 'src/Text/Hakyll.hs')
-rw-r--r-- | src/Text/Hakyll.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Hakyll.hs b/src/Text/Hakyll.hs index 0157f05..33b1b57 100644 --- a/src/Text/Hakyll.hs +++ b/src/Text/Hakyll.hs @@ -19,7 +19,6 @@ defaultHakyllConfiguration = HakyllConfiguration { additionalContext = M.empty , siteDirectory = "_site" , cacheDirectory = "_cache" - , enableCategories = False } -- | Hakyll with a default configuration. |