packages feed

fluent-logger-conduit-0.2.0.0: fluent-logger-conduit.cabal

name:                fluent-logger-conduit
version:             0.2.0.0
synopsis:            Conduit interface for fluent-logger
description:         Conduit interface for fluent-logger
license:             OtherLicense
license-file:        LICENSE
author:              Noriyuki OHKAWA <n.ohkawa@gmail.com>
maintainer:          Noriyuki OHKAWA <n.ohkawa@gmail.com>
copyright:           Copyright (c) 2012, Noriyuki OHKAWA
category:            Network, Conduit
build-type:          Simple
cabal-version:       >=1.8
tested-with:         GHC ==7.4.2

source-repository head
  type:                git
  location:            https://github.com/notogawa/fluent-logger-haskell.git

library
  exposed-modules:     Network.Fluent.Conduit
  build-depends:       base ==4.*
                     , bytestring
                     , fluent-logger >=0.1 && <0.2
                     , conduit >= 1.0 && <1.1
                     , transformers >=0.2
                     , msgpack >=0.7.1 && <0.8