packages feed

distributed-process-ekg-0.1.1.0: distributed-process-ekg.cabal

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

name:                distributed-process-ekg
version:             0.1.1.0
synopsis:            Collect node stats for EKG
category:            System, Network
license:             BSD3
license-file:        LICENSE
maintainer:          Alexander Bondarenko <aenor.realm@gmail.com>
build-type:          Simple
cabal-version:       >= 1.10

extra-source-files:
    CHANGELOG.md
    README.md

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >= 4.8 && < 5
    , text
    , unordered-containers
    , distributed-process
    , ekg-core
  exposed-modules:
      System.Metrics.DistributedProcess
  default-language: Haskell2010

source-repository head
  type: git
  location: https://bitbucket.org/dpwiz/distributed-process-ekg