packages feed

katip-kafka-0.0.1: katip-kafka.cabal

name:                katip-kafka
version:             0.0.1
synopsis:            Katip scribe to send logs to Kafka
homepage:            https://github.com/s9gf4ult/katip-kafka
license:             BSD3
license-file:        LICENSE
author:              Aleksey Uimanov
maintainer:          s9gf4ult@gmail.com
copyright:           2018 Aleksey Uimanov
category:            Logging
build-type:          Simple
extra-source-files:  CHANGELOG.md
                   , README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  ghc-options:         -Wall
  default-extensions:  LambdaCase
  exposed-modules:     Katip.Scribes.Kafka
  build-depends:       base >= 4.7 && < 5
                     , aeson
                     , bytestring
                     , hw-kafka-client
                     , katip
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/s9gf4ult/katip-kafka