yesod-sitemap 1.4.0 → 1.4.0.1
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +0/−0
- README.md +3/−0
- yesod-sitemap.cabal +3/−2
+ ChangeLog.md view
+ README.md view
@@ -0,0 +1,3 @@+## yesod-sitemap++Generate XML sitemaps.
yesod-sitemap.cabal view
@@ -1,5 +1,5 @@ name: yesod-sitemap-version: 1.4.0+version: 1.4.0.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -10,7 +10,8 @@ cabal-version: >= 1.6 build-type: Simple homepage: http://www.yesodweb.com/-description: Generate XML sitemaps.+description: API docs and the README are available at <http://www.stackage.org/package/yesod-sitemap>+extra-source-files: README.md ChangeLog.md library build-depends: base >= 4 && < 5