ekg-cloudwatch-0.0.1.4: ekg-cloudwatch.cabal
-- This file has been generated from package.yaml by hpack version 0.14.1.
--
-- see: https://github.com/sol/hpack
name: ekg-cloudwatch
version: 0.0.1.4
synopsis: An ekg backend for Amazon Cloudwatch
description: Push ekg metrics to Amazon Cloudwatch
homepage: https://github.com/sellerlabs/ekg-cloudwatch#readme
bug-reports: https://github.com/sellerlabs/ekg-cloudwatch/issues
license: BSD3
license-file: LICENSE
author: Matt Parsons
maintainer: matt@sellerlabs.com
copyright: 2016 Seller Labs
category: Web
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/sellerlabs/ekg-cloudwatch
library
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, ekg-core >= 0.1 && < 1.0
, amazonka
, amazonka-cloudwatch
, time
, unordered-containers
, text
, lens
exposed-modules:
System.Remote.Monitoring.CloudWatch
default-language: Haskell2010
test-suite ekg-cloudwatch-test
type: exitcode-stdio-1.0
hs-source-dirs:
test
main-is: Spec.hs
build-depends:
base >=4.7 && <5
, ekg-core >= 0.1 && < 1.0
, amazonka
, amazonka-cloudwatch
, time
, unordered-containers
, text
, lens
, base
, ekg-cloudwatch
, hspec
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010