name: fluent-logger-conduit
version: 0.3.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.8.3
source-repository head
type: git
location: https://github.com/notogawa/fluent-logger-conduit.git
library
exposed-modules: Network.Fluent.Conduit
build-depends: base ==4.*
, bytestring
, fluent-logger >=0.2 && <0.3
, conduit >= 1.1
, resourcet
, transformers >=0.2