cabal-version: >= 1.10 name: yesod-eventsource version: 1.6.0.1 license: MIT license-file: LICENSE author: Felipe Lessa maintainer: Felipe Lessa synopsis: Server-sent events support for Yesod apps. category: Web, Yesod stability: Stable 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 default-language: Haskell2010 build-depends: base >= 4.10 && < 5 , blaze-builder , conduit >= 1.3 , transformers , wai >= 1.3 , wai-extra , yesod-core == 1.6.* exposed-modules: Yesod.EventSource ghc-options: -Wall source-repository head type: git location: https://github.com/yesodweb/yesod