-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathekg-statsd.cabal
51 lines (46 loc) · 1.26 KB
/
ekg-statsd.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
name: ekg-statsd
version: 0.2.6.1
synopsis: Push metrics to statsd
description:
This library lets you push system metrics to a statsd server.
homepage: https://github.com/l0negamer/ekg-statsd
bug-reports: https://github.com/l0negamer/ekg-statsd/issues
license: BSD3
license-file: LICENSE
author: Johan Tibell
maintainer:
Johan Tibell <[email protected]>,
Mikhail Glushenkov <[email protected]>
category: System
build-type: Simple
extra-source-files: CHANGES.md
cabal-version: >=1.10
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.Monitoring.Statsd
build-depends:
base >=4.6 && <4.21
, bytestring <1.0
, ekg-core >=0.1 && <1.0
, network <3.3
, text <2.2
, time <1.13
, unordered-containers <0.3
default-language: Haskell2010
ghc-options: -Wall
source-repository head
type: git
location: https://github.com/l0negamer/ekg-statsd.git