ekg-core-0.1.0.1: ekg-core.cabal
name: ekg-core
version: 0.1.0.1
synopsis: Tracking of system metrics
description:
This library lets you defined and track system metrics.
homepage: https://github.com/tibbe/ekg-core
bug-reports: https://github.com/tibbe/ekg-core/issues
license: BSD3
license-file: LICENSE
author: Johan Tibell
maintainer: johan.tibell@gmail.com
category: System
build-type: Simple
extra-source-files: CHANGES.md
cabal-version: >=1.10
library
exposed-modules:
System.Metrics
System.Metrics.Counter
System.Metrics.Distribution
System.Metrics.Gauge
System.Metrics.Label
other-modules:
Data.Array
Data.Atomic
System.Metrics.ThreadId
build-depends:
ghc-prim < 0.4,
base >= 4.5 && < 4.8,
containers >= 0.5 && < 0.6,
text < 1.2,
unordered-containers < 0.3
default-language: Haskell2010
ghc-options: -Wall
includes: distrib.h
install-includes: distrib.h
include-dirs: cbits
c-sources: cbits/atomic.c cbits/distrib.c
benchmark counter
main-is: Counter.hs
type: exitcode-stdio-1.0
build-depends:
base,
ekg-core
default-language: Haskell2010
hs-source-dirs: benchmarks
ghc-options: -O2 -threaded -Wall
benchmark distribution
main-is: Distribution.hs
type: exitcode-stdio-1.0
build-depends:
base,
ekg-core
default-language: Haskell2010
hs-source-dirs: benchmarks
ghc-options: -O2 -threaded -Wall
source-repository head
type: git
location: https://github.com/tibbe/ekg-core.git