name: yesod-sitemap version: 1.6.0 license: MIT license-file: LICENSE author: Michael Snoyman maintainer: Michael Snoyman synopsis: Generate XML sitemaps. category: Web, Yesod stability: Stable cabal-version: >= 1.6 build-type: Simple homepage: http://www.yesodweb.com/ description: API docs and the README are available at extra-source-files: README.md ChangeLog.md library build-depends: base >= 4 && < 5 , yesod-core >= 1.6 && < 1.7 , time >= 1.1.4 , xml-conduit >= 1.0 , text , containers , data-default , conduit , xml-types exposed-modules: Yesod.Sitemap ghc-options: -Wall source-repository head type: git location: https://github.com/yesodweb/yesod