ekg/ekg.cabal

37 lines
1.2 KiB
Text
Raw Normal View History

2011-12-27 20:19:44 +00:00
name: ekg
version: 0.1.0.0
synopsis: Remote monitoring of executables
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
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: public/index.html, public/monitor.js, public/monitor.css,
2011-12-16 13:18:13 +00:00
public/jquery.flot.min.js public/blueprint/screen.css
public/blueprint/print.css public/blueprint/ie.css
2011-10-29 20:29:32 +00:00
2011-12-27 20:19:44 +00:00
library
exposed-modules: System.Remote.Monitoring
2011-10-29 20:29:32 +00:00
2011-12-27 20:19:44 +00:00
other-modules: Paths_ekg
2011-12-16 13:18:13 +00:00
2011-12-27 20:19:44 +00:00
build-depends: aeson < 0.6,
2011-12-16 14:09:42 +00:00
base >= 4.5 && < 5,
2011-10-30 16:56:48 +00:00
bytestring < 1.0,
2011-12-27 19:33:56 +00:00
filepath < 1.4,
snap-core < 0.8,
snap-server < 0.8,
transformers < 0.3
2011-12-27 20:19:44 +00:00
ghc-options: -Wall
source-repository head
type: git
location: https://github.com/tibbe/ekg.git