forked from haskell-servant/servant-ekg
-
Notifications
You must be signed in to change notification settings - Fork 3
/
servant-prometheus.cabal
125 lines (119 loc) · 4.24 KB
/
servant-prometheus.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
cabal-version: 2.4
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack
name: servant-prometheus
version: 1.2.0
synopsis: Helpers for using prometheus with servant
description: Please see the README on GitHub at <https://github.com/worm2fed/servant-prometheus#readme>
category: Servant, Web, System
homepage: https://github.com/worm2fed/servant-prometheus#readme
bug-reports: https://github.com/worm2fed/servant-prometheus/issues
author: Andrii Demydenko <[email protected]>, Anchor Engineering <[email protected]>, Servant Contributors
maintainer: Andrii Demydenko <[email protected]>
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
tested-with:
GHC == 9.2.8
, GHC == 9.4.7
, GHC == 9.4.8
extra-source-files:
README.md
LICENSE
extra-doc-files:
CHANGELOG.md
source-repository head
type: git
location: https://github.com/worm2fed/servant-prometheus
library
exposed-modules:
Prometheus.Servant
Prometheus.Servant.Internal
other-modules:
Paths_servant_prometheus
autogen-modules:
Paths_servant_prometheus
hs-source-dirs:
lib
default-extensions:
DataKinds
DeriveAnyClass
DerivingStrategies
OverloadedStrings
RecordWildCards
UndecidableInstances
ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-inferred-safe-imports -Wno-missing-safe-haskell-mode -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-prepositive-qualified-module -Wno-missing-kind-signatures -Wno-implicit-prelude
build-depends:
base >=4.10 && <4.21
, clock >=0.8.3 && <0.9
, ghc-prim >=0.8.0 && <0.12
, hashable >=1.4.2 && <1.6
, http-types >=0.12.3 && <0.13
, prometheus-client >=1.1.0 && <1.2
, servant >=0.14 && <0.21
, text >=1.2.5 && <2.2
, wai >=3.2.3 && <3.3
default-language: GHC2021
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Prometheus.ServantSpec
Paths_servant_prometheus
autogen-modules:
Paths_servant_prometheus
hs-source-dirs:
test
default-extensions:
DataKinds
DeriveAnyClass
DerivingStrategies
OverloadedStrings
RecordWildCards
UndecidableInstances
ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-inferred-safe-imports -Wno-missing-safe-haskell-mode -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-prepositive-qualified-module -Wno-missing-kind-signatures -Wno-implicit-prelude -Wno-missing-export-lists -threaded "-with-rtsopts=-N -A64m -AL256m"
build-tool-depends:
hspec-discover:hspec-discover
build-depends:
aeson >=2.0 && <2.3
, base >=4.10 && <4.21
, containers >=0.6.5 && <0.8
, hspec ==2.*
, hspec-expectations-pretty-diff >=0.7.2.2 && <0.8
, http-client >=0.7.13 && <0.8
, prometheus-client
, servant
, servant-client >=0.14 && <0.21
, servant-prometheus
, servant-server >=0.14 && <0.21
, text
, wai
, warp >=3.2.4 && <3.5
default-language: GHC2021
benchmark bench
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_servant_prometheus
autogen-modules:
Paths_servant_prometheus
hs-source-dirs:
bench
default-extensions:
DataKinds
DeriveAnyClass
DerivingStrategies
OverloadedStrings
RecordWildCards
UndecidableInstances
ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-inferred-safe-imports -Wno-missing-safe-haskell-mode -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-prepositive-qualified-module -Wno-missing-kind-signatures -Wno-implicit-prelude -threaded "-with-rtsopts=-N -A64m -AL256m"
build-depends:
base >=4.10 && <4.21
, process >=1.6.16 && <1.7
, servant-prometheus
, servant-server
, text
, wai
, warp
default-language: GHC2021