From d2e913f42434841c584b97ae9d5417ff2737c0ce Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Tue, 13 Nov 2012 15:10:01 +0100 Subject: Work a bit on new runtime --- src/Hakyll/Web/Preview/Poll.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Hakyll/Web/Preview/Poll.hs') diff --git a/src/Hakyll/Web/Preview/Poll.hs b/src/Hakyll/Web/Preview/Poll.hs index 69acdc6..7ea033f 100644 --- a/src/Hakyll/Web/Preview/Poll.hs +++ b/src/Hakyll/Web/Preview/Poll.hs @@ -19,9 +19,9 @@ import Hakyll.Core.Configuration -- | A preview thread that periodically recompiles the site. -- -previewPoll :: HakyllConfiguration -- ^ Configuration - -> IO [FilePath] -- ^ Updating action - -> IO () -- ^ Can block forever +previewPoll :: Configuration -- ^ Configuration + -> IO [FilePath] -- ^ Updating action + -> IO () -- ^ Can block forever previewPoll _ update = do #if MIN_VERSION_directory(1,2,0) time <- getCurrentTime -- cgit v1.2.3