ekg/ekg.cabal

34 lines
1.2 KiB
Text
Raw Normal View History

2011-10-29 20:29:32 +00:00
Name: ekg
Version: 0.1.0.0
Synopsis: Remote monitoring of executables
2011-12-16 14:09:42 +00:00
Description:
This library lets you remotely monitor a running executable over
HTTP. It provides a simple way to integrate a monitoring server in
any application.
2011-10-29 20:29:32 +00:00
Homepage: https://github.com/tibbe/ekg
License: BSD3
License-file: LICENSE
Author: Johan Tibell
Maintainer: johan.tibell@gmail.com
2011-12-16 14:09:42 +00:00
Category: System, Network
2011-10-29 20:29:32 +00:00
Build-type: Simple
Cabal-version: >=1.2
2011-12-16 13:18:13 +00:00
Data-files: public/index.html, public/monitor.js, public/monitor.css,
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
Library
Exposed-modules: System.Remote.Monitoring
2011-12-16 13:18:13 +00:00
Other-modules: Paths_ekg
Build-depends: aeson < 0.5,
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-16 13:18:13 +00:00
filepath,
2011-10-30 16:56:48 +00:00
text,
2011-12-16 13:18:13 +00:00
snap-core,
snap-server,
transformers
2011-12-16 14:09:42 +00:00
Ghc-options: -Wall