hslogstash-0.2.2: hslogstash.cabal
-- Initial hslogstash.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: hslogstash
version: 0.2.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 into 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
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, transformers, http-conduit, iconv, network-conduit, containers, parallel-io