summaryrefslogtreecommitdiff
path: root/src/Text/Hakyll/Hakyll.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/Hakyll/Hakyll.hs')
-rw-r--r--src/Text/Hakyll/Hakyll.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Text/Hakyll/Hakyll.hs b/src/Text/Hakyll/Hakyll.hs
index 08cb7ea..4f36c88 100644
--- a/src/Text/Hakyll/Hakyll.hs
+++ b/src/Text/Hakyll/Hakyll.hs
@@ -21,6 +21,8 @@ data HakyllConfiguration = HakyllConfiguration
cacheDirectory :: FilePath
, -- | Enable index links.
enableIndexUrl :: Bool
+ , -- | Delay between polls in preview mode.
+ previewPollDelay :: Int
}
-- | Our custom monad stack.