packages feed

streaming-events-1.0.0: streaming-events.cabal

cabal-version:      2.2
name:               streaming-events
version:            1.0.0
synopsis:           Client-side consumption of a ServerEvent.
description:        Client-side consumption of a ServerEvent.
homepage:           https://github.com/kadena-io/streaming-events
author:             Colin Woodbury
maintainer:         colin@kadena.io
copyright:          2019 Kadena LLC
license:            BSD-3-Clause
license-file:       LICENSE
build-type:         Simple
extra-source-files:
  README.md
  ChangeLog.md

library
  default-language: Haskell2010
  hs-source-dirs:   lib
  exposed-modules:  Network.Wai.EventSource.Streaming
  ghc-options:
    -Wall -Wcompat -Wpartial-fields -Wincomplete-record-updates
    -Wincomplete-uni-patterns -Widentities

  build-depends:
    , attoparsec            ^>=0.13
    , base                  >=4.9  && <5
    , binary                ^>=0.8
    , bytestring            ^>=0.10
    , http-client           >= 0.5 && < 0.7
    , streaming             ^>=0.2
    , streaming-attoparsec  ^>=1.0
    , streaming-bytestring  ^>=0.1
    , wai-extra             ^>=3.0