summaryrefslogtreecommitdiff
path: root/src/Text/Hakyll
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-06-16 18:00:09 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-06-16 18:00:09 +0200
commite3253e79e3a8dfe274fa7e829b11c050029c3195 (patch)
treea3cff8ddc85940a314366ded8bdbdf2aa7082690 /src/Text/Hakyll
parentb1d4f48d2422b3604f8f8851e2930f800f85dc2c (diff)
downloadhakyll-e3253e79e3a8dfe274fa7e829b11c050029c3195.tar.gz
Rewrote preview mode.
Preview mode is now based on server requests instead of time intervals. This should solve some problems out there.
Diffstat (limited to 'src/Text/Hakyll')
-rw-r--r--src/Text/Hakyll/HakyllMonad.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Text/Hakyll/HakyllMonad.hs b/src/Text/Hakyll/HakyllMonad.hs
index fbfe5ae..372fad1 100644
--- a/src/Text/Hakyll/HakyllMonad.hs
+++ b/src/Text/Hakyll/HakyllMonad.hs
@@ -30,8 +30,6 @@ data HakyllConfiguration = HakyllConfiguration
cacheDirectory :: FilePath
, -- | Enable index links.
enableIndexUrl :: Bool
- , -- | Delay between polls in preview mode.
- previewPollDelay :: Int
, -- | Pandoc parsing options
pandocParserState :: ParserState
, -- | Pandoc writer options