yesod-sitemap.cabal 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. name: yesod-sitemap
  2. version: 1.4.0.1
  3. license: MIT
  4. license-file: LICENSE
  5. author: Michael Snoyman <michael@snoyman.com>
  6. maintainer: Michael Snoyman <michael@snoyman.com>
  7. synopsis: Generate XML sitemaps.
  8. category: Web, Yesod
  9. stability: Stable
  10. cabal-version: >= 1.6
  11. build-type: Simple
  12. homepage: http://www.yesodweb.com/
  13. description: API docs and the README are available at <http://www.stackage.org/package/yesod-sitemap>
  14. extra-source-files: README.md ChangeLog.md
  15. library
  16. build-depends: base >= 4 && < 5
  17. , yesod-core >= 1.4 && < 1.5
  18. , time >= 1.1.4
  19. , xml-conduit >= 1.0
  20. , text
  21. , containers
  22. , data-default
  23. , conduit
  24. , xml-types
  25. exposed-modules: Yesod.Sitemap
  26. ghc-options: -Wall
  27. source-repository head
  28. type: git
  29. location: https://github.com/yesodweb/yesod