-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathekg.cabal
88 lines (79 loc) · 2.07 KB
/
ekg.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
name: ekg
version: 0.4.1.1
cabal-version: >=1.10
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/l0negamer/ekg
bug-reports: https://github.com/l0negamer/ekg/issues
license: BSD3
license-file: LICENSE
author: Johan Tibell
maintainer:
Johan Tibell <[email protected]>,
Mikhail Glushenkov <[email protected]>
category: System, Network
build-type: Simple
data-files:
assets/bootstrap-1.4.0.min.css
assets/chart_line_add.png
assets/cross.png
assets/index.html
assets/jquery-1.6.4.min.js
assets/jquery.flot.min.js
assets/monitor.css
assets/monitor.js
extra-source-files:
assets/bootstrap-1.4.0.css
assets/jquery-1.6.4.js
assets/jquery.flot.js
CHANGES.md
examples/Basic.hs
LICENSE.icons
LICENSE.javascript
README.md
tested-with:
GHC ==8.0.2
|| ==8.2.2
|| ==8.4.4
|| ==8.6.5
|| ==8.8.3
|| ==8.10.7
|| ==9.0.2
|| ==9.2.8
|| ==9.4.8
|| ==9.6.4
|| ==9.6.6
|| ==9.8.2
|| ==9.10.1
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.4 && <1.6 || >=2.0 && <2.3
, base >=4.5 && <4.21
, bytestring <1.0
, ekg-core >=0.1 && <0.2
, ekg-json >=0.1 && <0.2
, filepath <1.6
, network <3.3
, snap-core <1.1
, snap-server <1.2
, text <2.2
, time <1.13
, transformers <0.7
, unordered-containers <0.3
ghc-options: -Wall
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/l0negamer/ekg.git