-- Initial hslogstash.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: hslogstash version: 0.3.2 synopsis: A library to work with, or as, a logstash server description: This library contains a few modules that let you work with Logstash messages, read them from a Redis list, store them in or get them from Elasticsearch, and more. license: BSD3 license-file: LICENSE author: Simon Marechal maintainer: bartavelle@gmail.com -- copyright: category: System, Logstash build-type: Simple cabal-version: >=1.8 source-repository head type: git location: git://github.com/bartavelle/hslogstash.git library exposed-modules: Logstash.Message, Logstash.IO, Data.Conduit.Redis, Data.Conduit.ElasticSearch, Data.Conduit.Logstash, Data.Conduit.Network.Retry, Data.Conduit.Branching, Data.Conduit.Misc, Logstash.Counter extensions: OverloadedStrings, BangPatterns ghc-options: -Wall -- other-modules: build-depends: base <5, aeson, network, bytestring, text, vector, unordered-containers, time, text-format, attoparsec, hedis, conduit >= 1.0.0, transformers, http-conduit, iconv, network-conduit, containers, parallel-io, stm-conduit, http-types, stm, stm-chans Test-Suite conduits hs-source-dirs: tests type: exitcode-stdio-1.0 ghc-options: -Wall -rtsopts -threaded extensions: OverloadedStrings build-depends: base <5, hslogstash, conduit, QuickCheck, hspec, transformers, stm, split main-is: conduits.hs