yesod-newsfeed.cabal 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. name: yesod-newsfeed
  2. version: 1.6
  3. license: MIT
  4. license-file: LICENSE
  5. author: Michael Snoyman, Patrick Brisbin
  6. maintainer: Michael Snoyman <michael@snoyman.com>
  7. synopsis: Helper functions and data types for producing News feeds.
  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-newsfeed>
  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. , shakespeare >= 2.0
  20. , bytestring >= 0.9.1.4
  21. , text >= 0.9
  22. , xml-conduit >= 1.0
  23. , blaze-html >= 0.5
  24. , blaze-markup >= 0.5.1
  25. , containers
  26. exposed-modules: Yesod.AtomFeed
  27. , Yesod.RssFeed
  28. , Yesod.Feed
  29. other-modules: Yesod.FeedTypes
  30. ghc-options: -Wall
  31. source-repository head
  32. type: git
  33. location: https://github.com/yesodweb/yesod