hslogstash-0.1.0.0: hslogstash.cabal
-- Initial hslogstash.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: hslogstash
version: 0.1.0.0
synopsis: A library to write structured messages to a logstash server.
-- description:
license: BSD3
license-file: LICENSE
author: Simon Marechal
maintainer: bartavelle@gmail.com
-- copyright:
category: System
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Logstash.Message, Logstash.IO
extensions: OverloadedStrings
-- other-modules:
build-depends: base <5, aeson, network, bytestring, text, vector, unordered-containers