hakyll 4.8.0.1 → 4.8.1.0
raw patch · 2 files changed
+6/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hakyll.cabal +1/−1
- src/Hakyll/Commands.hs +5/−0
hakyll.cabal view
@@ -1,5 +1,5 @@ Name: hakyll-Version: 4.8.0.1+Version: 4.8.1.0 Synopsis: A static website compiler library Description:
src/Hakyll/Commands.hs view
@@ -36,6 +36,11 @@ import Hakyll.Preview.Server #endif +#ifdef mingw32_HOST_OS+import Control.Monad (void)+import System.IO.Error (catchIOError)+#endif+ -------------------------------------------------------------------------------- -- | Build the site