yesod-eventsource.cabal 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. name: yesod-eventsource
  2. version: 1.4.0.1
  3. license: MIT
  4. license-file: LICENSE
  5. author: Felipe Lessa <felipe.lessa@gmail.com>
  6. maintainer: Felipe Lessa <felipe.lessa@gmail.com>
  7. synopsis: Server-sent events support for Yesod apps.
  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-eventsource>
  14. extra-source-files: README.md ChangeLog.md
  15. library
  16. build-depends: base >= 4 && < 5
  17. , yesod-core == 1.4.*
  18. , conduit >= 0.5 && < 1.3
  19. , wai >= 1.3
  20. , wai-eventsource >= 1.3
  21. , wai-extra
  22. , blaze-builder
  23. , transformers
  24. exposed-modules: Yesod.EventSource
  25. ghc-options: -Wall
  26. source-repository head
  27. type: git
  28. location: https://github.com/yesodweb/yesod