diff options
Diffstat (limited to 'src/Hakyll/Web/Preview/Poll.hs')
-rw-r--r-- | src/Hakyll/Web/Preview/Poll.hs | 6 |
1 files changed, 3 insertions, 3 deletions
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 |