packages feed

hakyll 3.2.7.0 → 3.2.7.1

raw patch · 2 files changed

+2/−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.7.0+Version: 3.2.7.1  Synopsis: A static website compiler library Description:
src/Hakyll/Web/Feed.hs view
@@ -64,7 +64,7 @@              $ trySetField "updated"     updated              $ trySetField "title"       (feedTitle configuration)              $ trySetField "description" (feedDescription configuration)-             $ trySetField "authorName"  (feedDescription configuration)+             $ trySetField "authorName"  (feedAuthorName configuration)              $ trySetField "root"        (feedRoot configuration)              $ trySetField "url"         url              $ fromBody body