yesod-sitemap 0.2.1 → 0.2.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- yesod-sitemap.cabal +2/−2
yesod-sitemap.cabal view
@@ -1,5 +1,5 @@ name: yesod-sitemap-version: 0.2.1+version: 0.2.2 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -15,7 +15,7 @@ library build-depends: base >= 4 && < 5 , yesod-core >= 0.9 && < 0.10- , time >= 1.1.4 && < 1.3+ , time >= 1.1.4 , hamlet >= 0.10 && < 0.11 exposed-modules: Yesod.Sitemap ghc-options: -Wall