-- Initial pipes-kafka.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: pipes-kafka version: 0.2.0.0 synopsis: Kafka in the Pipes ecosystem -- description: homepage: https://github.com/boothead/pipes-kafka license: MIT license-file: LICENSE author: Ben Ford maintainer: ben@perurbis.com -- copyright: category: Network build-type: Simple -- extra-source-files: cabal-version: >= 1.10 library exposed-modules: Pipes.Kafka -- other-modules: -- other-extensions: build-depends: base >= 4 && < 5 , bytestring , exceptions , hw-kafka-client , monad-logger , pipes , pipes-safe , text , transformers , transformers-base hs-source-dirs: src ghc-options: -Wall default-language: Haskell2010