packages feed

hslogstash-0.3.4: hslogstash.cabal

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

name:                hslogstash
version:             0.3.4
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
  default-extensions:  OverloadedStrings, BangPatterns
  build-depends:       base >=4.6 && <4.7, conduit >=1.0.9 && <1.1, bytestring >=0.10 && <0.11, transformers >=0.3 && <0.4, aeson >=0.6 && <0.7, parallel-io >=0.3 && <0.4, text >=0.11 && <0.12, network >=2.4 && <2.5, network-conduit >=1.0 && <1.1, iconv >=0.4 && <0.5, http-conduit >=1.9 && <1.10, 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 >= 3.9 && < 4, lens-aeson >= 0.1 && < 0.2
  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