packages feed

logstash-0.1.0.0: logstash.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: b7aa35eeee7789f4d5593a17d55eee75a1241ad7b1549bb21a1b45c6056ca022

name:           logstash
version:        0.1.0.0
synopsis:       Logstash client library for Haskell
description:    Please see the README on GitHub at <https://github.com/mbg/logstash#readme>
category:       Network
homepage:       https://github.com/mbg/logstash#readme
bug-reports:    https://github.com/mbg/logstash/issues
author:         Michael B. Gale
maintainer:     m.gale@warwick.ac.uk
copyright:      Copyright (c) 2020 Michael B. Gale
license:        MIT
license-file:   LICENSE
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
  other-modules:
      Paths_logstash
  hs-source-dirs:
      src
  default-extensions: OverloadedStrings RecordWildCards FlexibleContexts FlexibleInstances
  build-depends:
      aeson
    , async
    , base >=4.7 && <5
    , bytestring
    , data-default-class
    , exceptions
    , monad-control
    , mtl
    , network
    , resource-pool
    , resourcet
    , retry
    , stm
    , stm-chans
    , time
    , tls
    , unbounded-delays
    , unliftio
  default-language: Haskell2010