hakyll 4.9.5.0 → 4.9.5.1
raw patch · 3 files changed
+14/−8 lines, 3 filesdep ~blaze-htmldep ~blaze-markupdep ~processPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blaze-html, blaze-markup, process
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- LICENSE +1/−1
- hakyll.cabal +7/−7
CHANGELOG.md view
@@ -4,6 +4,12 @@ # Releases +## Hakyll 4.9.5.1++- Bump blaze-html dependency to 0.9+- Bump blaze-markup dependency to 0.8+- Bump process dependency to 1.5+ ## Hakyll 4.9.5.0 - Fix compilation issue with `Hakyll.Check` if `checkExternal` is disabled
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2009, Jasper Van der Jeugt+Copyright (c) 2009 - 2017, Jasper Van der Jeugt All rights reserved.
hakyll.cabal view
@@ -1,5 +1,5 @@ Name: hakyll-Version: 4.9.5.0+Version: 4.9.5.1 Synopsis: A static website compiler library Description:@@ -155,8 +155,8 @@ Build-Depends: base >= 4.8 && < 5, binary >= 0.5 && < 0.9,- blaze-html >= 0.5 && < 0.9,- blaze-markup >= 0.5.1 && < 0.8,+ blaze-html >= 0.5 && < 0.10,+ blaze-markup >= 0.5.1 && < 0.9, bytestring >= 0.9 && < 0.11, containers >= 0.3 && < 0.6, cryptohash >= 0.7 && < 0.12,@@ -171,7 +171,7 @@ pandoc >= 1.14 && < 1.20, pandoc-citeproc >= 0.4 && < 0.11, parsec >= 3.0 && < 3.2,- process >= 1.0 && < 1.5,+ process >= 1.0 && < 1.6, random >= 1.0 && < 1.2, regex-base >= 0.93 && < 0.94, regex-tdfa >= 1.1 && < 1.3,@@ -248,8 +248,8 @@ -- Copy pasted from hakyll dependencies: base >= 4.8 && < 5, binary >= 0.5 && < 0.9,- blaze-html >= 0.5 && < 0.9,- blaze-markup >= 0.5.1 && < 0.8,+ blaze-html >= 0.5 && < 0.10,+ blaze-markup >= 0.5.1 && < 0.9, bytestring >= 0.9 && < 0.11, containers >= 0.3 && < 0.6, cryptohash >= 0.7 && < 0.12,@@ -264,7 +264,7 @@ pandoc >= 1.14 && < 1.20, pandoc-citeproc >= 0.4 && < 0.11, parsec >= 3.0 && < 3.2,- process >= 1.0 && < 1.5,+ process >= 1.0 && < 1.6, random >= 1.0 && < 1.2, regex-base >= 0.93 && < 0.94, regex-tdfa >= 1.1 && < 1.3,