hakyll 4.15.0.0 → 4.15.0.1
raw patch · 3 files changed
+6/−1 lines, 3 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- hakyll.cabal +2/−1
- tests/data/template-empty.html +0/−0
CHANGELOG.md view
@@ -4,6 +4,10 @@ # Releases +## Hakyll 4.15.0.1 (2021-10-02)++- Add missing test file to the package (contribution by Alexander Batischev)+ ## Hakyll 4.15.0.0 (2021-10-01) - Fix dependency cycles detector (contribution by Laurent P. René de Cotret)
hakyll.cabal view
@@ -1,5 +1,5 @@ Name: hakyll-Version: 4.15.0.0+Version: 4.15.0.1 Synopsis: A static website compiler library Description:@@ -79,6 +79,7 @@ tests/data/russian.md tests/data/strip.html tests/data/strip.html.out+ tests/data/template-empty.html tests/data/template.html tests/data/template.html.out data/templates/atom-item.xml
+ tests/data/template-empty.html view