packages feed

hslogstash-0.3.7: hslogstash.cabal

-- Initial hslogstash.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                hslogstash
version:             0.3.7
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.
homepage:            https://github.com/bartavelle/hslogstash
license:             BSD3
license-file:        LICENSE
author:              Simon Marechal
maintainer:          bartavelle@gmail.com
category:            System, Logstash
build-type:          Simple
extra-source-files:  Changelog, README.md
cabal-version:       >=1.10

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, Data.Conduit.FireHose
  default-extensions:  OverloadedStrings, BangPatterns
  build-depends:       base >=4.6 && <4.8, conduit >=1.0.9 && <1.1, bytestring >=0.10 && <0.11, transformers >=0.3 && <0.4, aeson >=0.7 && <0.8, parallel-io >=0.3 && <0.4, text >=0.11 && <1.2, network >=2.4 && <2.5, network-conduit >=1.0 && <1.1, iconv >=0.4 && <0.5, http-conduit >= 2.0 && < 2.1, time >=1.4 && <1.5, text-format >=0.3 && <0.4, http-types >=0.8 && <0.9, unordered-containers >=0.2 && <0.3, vector >=0.10 && <0.11, containers >=0.5 && <0.6, stm-chans >=3.0 && <3.1, stm-conduit >=2.1 && <2.2, hedis >=0.6 && <0.7, stm >=2.4 && <2.5, attoparsec >=0.10 && <0.11, lens >= 4 && < 4.1, data-default, stm-firehose >= 0.1.4 && < 0.2, wai >= 2.0 && < 2.1, blaze-builder == 0.3.*
  default-language:    Haskell2010
  ghc-options:         -Wall

Test-Suite conduits
    hs-source-dirs:         tests
    type:                   exitcode-stdio-1.0
    ghc-options:            -Wall -rtsopts -threaded
    default-extensions:     OverloadedStrings
    build-depends:          base <5, hslogstash, conduit, QuickCheck, hspec, transformers, stm, split
    main-is:                conduits.hs
    default-language:    Haskell2010