mirror of
https://github.com/haskell-servant/servant-ekg.git
synced 2024-11-23 03:29:43 +01:00
Add changelog
This commit is contained in:
parent
0d966b5b67
commit
bd48099f48
2 changed files with 9 additions and 3 deletions
5
CHANGELOG.md
Normal file
5
CHANGELOG.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
v0.3
|
||||||
|
|
||||||
|
- Add HasEndpoint instance for BasicAuth
|
||||||
|
- Enumerate API and populate counters at start time
|
||||||
|
- support servant >=0.14 && <0.17
|
|
@ -1,6 +1,6 @@
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
name: servant-ekg
|
name: servant-ekg
|
||||||
version: 0.3.1.0
|
version: 0.3
|
||||||
synopsis: Helpers for using ekg with servant
|
synopsis: Helpers for using ekg with servant
|
||||||
description: Helpers for using ekg with servant, e.g.. counters per endpoint.
|
description: Helpers for using ekg with servant, e.g.. counters per endpoint.
|
||||||
license: BSD3
|
license: BSD3
|
||||||
|
@ -11,9 +11,10 @@ author:
|
||||||
maintainer:
|
maintainer:
|
||||||
Servant Contributors <haskell-servant-maintainers@googlegroups.com>
|
Servant Contributors <haskell-servant-maintainers@googlegroups.com>
|
||||||
|
|
||||||
category: System
|
category: Servant, Web, System
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with: ghc ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.3
|
tested-with: ghc ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.3
|
||||||
|
extra-source-files: README.md CHANGELOG.md
|
||||||
|
|
||||||
source-repository HEAD
|
source-repository HEAD
|
||||||
type: git
|
type: git
|
||||||
|
@ -28,7 +29,7 @@ library
|
||||||
, ekg-core >=0.1.1.4 && <0.2
|
, ekg-core >=0.1.1.4 && <0.2
|
||||||
, http-types >=0.12.2 && <0.13
|
, http-types >=0.12.2 && <0.13
|
||||||
, hashable >=1.2.7.0 && <1.3
|
, hashable >=1.2.7.0 && <1.3
|
||||||
, servant >=0.14 && <0.16
|
, servant >=0.14 && <0.17
|
||||||
, text >=1.2.3.0 && <1.3
|
, text >=1.2.3.0 && <1.3
|
||||||
, time >=1.6.0.1 && <1.9
|
, time >=1.6.0.1 && <1.9
|
||||||
, unordered-containers >=0.2.9.0 && <0.3
|
, unordered-containers >=0.2.9.0 && <0.3
|
||||||
|
|
Loading…
Reference in a new issue