packages feed

hakyll 3.2.0.0 → 3.2.0.1

raw patch · 2 files changed

+1/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hakyll.cabal view
@@ -1,5 +1,5 @@ Name:    hakyll-Version: 3.2.0.0+Version: 3.2.0.1  Synopsis: A static website compiler library Description:
src/Hakyll/Web/Preview/Poll.hs view
@@ -23,7 +23,6 @@   where     delay = 1000000     loop time files = do-        putStrLn $ "Looping " ++ show time         threadDelay delay         files' <- filterM doesFileExist files         filesTime <- case files' of