-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.yaml
59 lines (57 loc) · 1.08 KB
/
package.yaml
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
name: yesod-routes-metrics
version: '0.4.0.0'
synopsis: Parser Yesod routes file and compute route access metrics for Yesod
description: README.md
category: Web
author: James M.C. Haver II
maintainer: [email protected]
copyright: 2017 Plow Technologies
license: BSD3
github: plow-technologies/yesod-routes-metrics
library:
source-dirs: src
exposed-modules:
- Yesod.Routes.Metrics
- Yesod.Routes.Convert
- Yesod.Routes.Convert.Internal
- Yesod.Routes.Parser.Internal
- Yesod.Routes.Util
dependencies:
- base >= 4.7 && < 5
- bytestring
- containers
- ekg-core
- http-types
- text
- time
- yesod-core
- vector
- vector-algorithms
- wai
ghc-options:
- -Wall
- -Werror
tests:
yesod-routes-metrics-test:
source-dirs: test
main: Spec.hs
dependencies:
- base >= 4.7 && < 5
- bytestring
- containers
- ekg
- ekg-core
- file-embed
- hspec
- http-types
- HTTP
- network
- random
- text
- unordered-containers
- vault
- yesod
- yesod-core
- yesod-routes-metrics
- wai
- warp