diff options
| author | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-05-12 14:03:43 +0200 |
|---|---|---|
| committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-05-12 14:03:43 +0200 |
| commit | 778bb52b38e9695acd6f4f933218b5d5231221a8 (patch) | |
| tree | 7f5836cc8ba7a5b884daf9eefa0b778c65807552 /src | |
| parent | 484e0fb605ae28b7c07f89923e6f23acc10eb4dc (diff) | |
| download | hakyll-778bb52b38e9695acd6f4f933218b5d5231221a8.tar.gz | |
Oops
Diffstat (limited to 'src')
| -rw-r--r-- | src/Hakyll/Core/Configuration.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Core/Configuration.hs b/src/Hakyll/Core/Configuration.hs index 82e72b0..3e3c44a 100644 --- a/src/Hakyll/Core/Configuration.hs +++ b/src/Hakyll/Core/Configuration.hs @@ -53,7 +53,7 @@ defaultHakyllConfiguration = HakyllConfiguration , storeDirectory = "_cache" , ignoreFile = ignoreFile' , deployCommand = "echo 'No deploy command specified'" - , inMemoryCache = False + , inMemoryCache = True } where ignoreFile' path |
