packages feed

hakyll 4.5.0.2 → 4.5.1.0

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

hakyll.cabal view
@@ -1,5 +1,5 @@ Name:    hakyll-Version: 4.5.0.2+Version: 4.5.1.0  Synopsis: A static website compiler library Description:
src/Hakyll/Commands.hs view
@@ -102,7 +102,7 @@     loop = threadDelay 100000 >> loop     server' = if runServer then server conf host port else loop #else-watch _ _ _ _ = watchServerDisabled+watch _ _ _ _ _ _ = watchServerDisabled #endif  --------------------------------------------------------------------------------