ekg/ekg.cabal
2015-07-31 15:35:55 +01:00

58 lines
1.7 KiB
Text

name: ekg
version: 0.4.0.8
synopsis: Remote monitoring of processes
description:
This library lets you remotely monitor a running process over HTTP.
It provides a simple way to integrate a monitoring server into any
application.
homepage: https://github.com/tibbe/ekg
bug-reports: https://github.com/tibbe/ekg/issues
license: BSD3
license-file: LICENSE
author: Johan Tibell
maintainer: johan.tibell@gmail.com
category: System, Network
build-type: Simple
cabal-version: >=1.6
data-files: assets/index.html assets/monitor.js assets/monitor.css
assets/jquery.flot.min.js assets/jquery-1.6.4.min.js
assets/bootstrap-1.4.0.min.css
assets/chart_line_add.png assets/cross.png
extra-source-files: LICENSE.icons LICENSE.javascript README.md
assets/jquery-1.6.4.js assets/jquery.flot.js
assets/bootstrap-1.4.0.css
examples/Basic.hs CHANGES.md
cabal-version: >= 1.8
library
exposed-modules:
System.Remote.Counter
System.Remote.Gauge
System.Remote.Label
System.Remote.Monitoring
other-modules:
Paths_ekg
System.Remote.Json
System.Remote.Snap
build-depends:
aeson < 0.11,
base >= 4.5 && < 4.9,
bytestring < 1.0,
ekg-core >= 0.1 && < 0.2,
ekg-json >= 0.1 && < 0.2,
filepath < 1.5,
network < 2.7,
snap-core < 0.10,
snap-server < 0.10,
text < 1.3,
time < 1.6,
transformers < 0.5,
unordered-containers < 0.3
ghc-options: -Wall
source-repository head
type: git
location: https://github.com/tibbe/ekg.git