packages feed

logstash-0.1.0.2: logstash.cabal

cabal-version:      1.12
name:               logstash
version:            0.1.0.2
license:            MIT
license-file:       LICENSE
copyright:          Copyright (c) 2021 Michael B. Gale
maintainer:         github@michael-gale.co.uk
author:             Michael B. Gale
homepage:           https://github.com/mbg/logstash#readme
bug-reports:        https://github.com/mbg/logstash/issues
synopsis:           Logstash client library for Haskell
description:
    Please see the README on GitHub at <https://github.com/mbg/logstash#readme>

category:           Network
build-type:         Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
    type:     git
    location: https://github.com/mbg/logstash

library
    exposed-modules:
        Logstash
        Logstash.Connection
        Logstash.TCP

    hs-source-dirs:     src
    other-modules:      Paths_logstash
    default-language:   Haskell2010
    default-extensions:
        OverloadedStrings RecordWildCards FlexibleContexts
        FlexibleInstances

    build-depends:
        aeson <1.6,
        async <2.3,
        base >=4.7 && <5,
        bytestring <0.11,
        data-default-class <0.2,
        exceptions <0.11,
        monad-control <1.1,
        mtl <2.3,
        network <3.2,
        resource-pool <0.3,
        resourcet <1.3,
        retry <0.9,
        stm <2.6,
        stm-chans <3.1,
        time <1.10,
        tls <1.6,
        unbounded-delays <0.2,
        unliftio <0.3