servant-ekg/servant-ekg.cabal

82 lines
2.1 KiB
Plaintext
Raw Normal View History

2019-02-09 18:50:52 +01:00
cabal-version: >=1.10
name: servant-ekg
2020-10-18 20:44:08 +02:00
version: 0.3.2
2019-02-09 18:50:52 +01:00
synopsis: Helpers for using ekg with servant
description: Helpers for using ekg with servant, e.g.. counters per endpoint.
license: BSD3
license-file: LICENSE
author:
Anchor Engineering <engineering@lists.anchor.net.au>, Servant Contributors
maintainer:
Servant Contributors <haskell-servant-maintainers@googlegroups.com>
2019-02-28 08:40:38 +01:00
category: Servant, Web, System
2019-02-09 18:50:52 +01:00
build-type: Simple
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7
2019-02-28 08:40:38 +01:00
extra-source-files: README.md CHANGELOG.md
2015-05-01 04:40:08 +02:00
source-repository HEAD
2019-02-09 18:50:52 +01:00
type: git
2017-10-27 21:46:47 +02:00
location: https://github.com/haskell-servant/servant-ekg.git
2015-05-01 04:40:08 +02:00
library
2019-02-09 18:50:52 +01:00
exposed-modules: Servant.Ekg
other-modules: Servant.Ekg.Internal
2019-02-09 18:50:52 +01:00
hs-source-dirs: lib
build-depends:
2022-02-05 02:16:25 +01:00
base >=4.9 && <4.16
, ekg-core >=0.1.1.4 && <0.2
, http-types >=0.12.2 && <0.13
, hashable >=1.2.7.0 && <1.4
, servant >=0.14 && <0.20
2022-02-05 02:16:25 +01:00
, text >=1.2.3.0 && <1.3
, time >=1.6.0.1 && <1.12
2022-02-05 02:16:25 +01:00
, unordered-containers >=0.2.9.0 && <0.3
, wai >=3.2.0 && <3.3
2019-02-09 18:50:52 +01:00
default-language: Haskell2010
test-suite spec
2019-02-09 18:50:52 +01:00
type: exitcode-stdio-1.0
ghc-options: -Wall
default-language: Haskell2010
2019-02-09 18:50:52 +01:00
hs-source-dirs: test
main-is: Spec.hs
other-modules: Servant.EkgSpec
build-tool-depends: hspec-discover:hspec-discover
build-depends:
aeson
, base
, ekg
, ekg-core
, hspec >=2 && <3
, http-client
, servant
, servant-client
, servant-ekg
, servant-server
, text
, transformers
, unordered-containers
, wai
, warp >=3.2.4 && <3.3
2016-05-13 16:15:03 +02:00
2019-02-28 09:37:29 +01:00
benchmark bench
type: exitcode-stdio-1.0
2019-02-09 18:50:52 +01:00
hs-source-dirs: bench
main-is: Main.hs
ghc-options: -Wall -threaded
2016-05-13 17:54:18 +02:00
default-language: Haskell2010
2019-02-09 18:50:52 +01:00
build-depends:
aeson
, base >=4 && <5
, ekg
, ekg-core
, process
, servant-ekg
, servant-server
, text
, wai
, warp >=3.2.4 && <3.3