ekg/ekg.cabal

60 lines
1.8 KiB
Text
Raw Permalink Normal View History

2011-12-27 20:19:44 +00:00
name: ekg
2015-07-31 14:35:55 +00:00
version: 0.4.0.8
2011-12-27 20:52:54 +00:00
synopsis: Remote monitoring of processes
2011-12-27 20:19:44 +00:00
description:
2011-12-27 20:12:04 +00:00
This library lets you remotely monitor a running process over HTTP.
2011-12-27 20:16:02 +00:00
It provides a simple way to integrate a monitoring server into any
2011-12-27 20:12:04 +00:00
application.
2011-12-27 20:19:44 +00:00
homepage: https://github.com/tibbe/ekg
bug-reports: https://github.com/tibbe/ekg/issues
2011-12-27 20:19:44 +00:00
license: BSD3
license-file: LICENSE
author: Johan Tibell
maintainer: johan.tibell@gmail.com
category: System, Network
build-type: Simple
cabal-version: >=1.6
2011-12-29 22:21:58 +00:00
data-files: assets/index.html assets/monitor.js assets/monitor.css
2012-01-27 00:34:52 +00:00
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
2014-03-05 20:36:22 +00:00
examples/Basic.hs CHANGES.md
cabal-version: >= 1.8
2015-08-25 07:30:03 +00:00
tested-with: GHC == 7.10.1, GHC == 7.8.4, GHC == 7.6.3
2011-10-29 20:29:32 +00:00
2011-12-27 20:19:44 +00:00
library
2013-11-21 19:34:33 +00:00
exposed-modules:
System.Remote.Counter
System.Remote.Gauge
System.Remote.Label
System.Remote.Monitoring
2011-10-29 20:29:32 +00:00
2013-11-21 19:34:33 +00:00
other-modules:
Paths_ekg
System.Remote.Json
2013-11-21 19:34:33 +00:00
System.Remote.Snap
2011-12-16 13:18:13 +00:00
2013-11-21 19:34:33 +00:00
build-depends:
aeson < 0.11,
base >= 4.5 && < 4.9,
2013-11-21 19:34:33 +00:00
bytestring < 1.0,
ekg-core >= 0.1 && < 0.2,
ekg-json >= 0.1 && < 0.2,
2015-04-14 06:36:41 +00:00
filepath < 1.5,
2014-10-21 16:28:23 +00:00
network < 2.7,
2013-11-21 19:34:33 +00:00
snap-core < 0.10,
snap-server < 0.10,
2014-09-30 09:19:40 +00:00
text < 1.3,
time < 1.6,
transformers < 0.5,
2013-11-21 19:34:33 +00:00
unordered-containers < 0.3
ghc-options: -Wall
2011-12-27 20:19:44 +00:00
source-repository head
type: git
location: https://github.com/tibbe/ekg.git