hakyll 4.6.2.0 → 4.6.3.0
raw patch · 2 files changed
+4/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hakyll.cabal +1/−1
- src/Hakyll/Core/Compiler/Internal.hs +3/−1
hakyll.cabal view
@@ -1,5 +1,5 @@ Name: hakyll-Version: 4.6.2.0+Version: 4.6.3.0 Synopsis: A static website compiler library Description:
src/Hakyll/Core/Compiler/Internal.hs view
@@ -131,7 +131,9 @@ res' <- unCompiler (f x) r return $ case res' of CompilerDone y w' -> CompilerDone y (w `mappend` w')- CompilerSnapshot s c' -> CompilerSnapshot s c'+ CompilerSnapshot s c' -> CompilerSnapshot s $ do+ compilerTell w -- Save dependencies!+ c' CompilerError e -> CompilerError e CompilerRequire i c' -> CompilerRequire i $ do compilerTell w -- Save dependencies!