packages feed

ekg-elastic-0.2.1.0: ekg-elastic.cabal

name:                ekg-elastic
version:             0.2.1.0
synopsis:            Push metrics to elastic
description:
  This library lets you push system metrics to a elastic server.
homepage:            https://github.com/cdodev/ekg-elastic
bug-reports:         https://github.com/cdodev/ekg-elastic/issues
license:             BSD3
license-file:        LICENSE
author:              Ben Ford
maintainer:          ben@perurbis.com
category:            System
build-type:          Simple
extra-source-files:  CHANGES.md
cabal-version:       >=1.10

library
  exposed-modules:     
    System.Remote.Monitoring.Elastic
    System.Metrics.Json

  build-depends: base >= 4.5 && < 4.10
               , bytestring < 1.0
               , ekg-core >= 0.1 && < 1.0
               , aeson >= 1.0
               , hostname >= 1.0
               , http-client >= 0.5
               , lens >= 4.15.1
               , text < 1.3
               , time < 1.7
               , unordered-containers < 0.3
               , wreq

  default-language:    Haskell2010

  ghc-options: -Wall

source-repository head
  type:     git
  location: https://github.com/cdodev/ekg-elastic.git