-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.yaml
More file actions
105 lines (101 loc) · 2.28 KB
/
package.yaml
File metadata and controls
105 lines (101 loc) · 2.28 KB
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
name: wrecker
version: '1.3.2.0'
synopsis: An HTTP Performance Benchmarker
description: ! '''wrecker'' is a library and executable for creating HTTP benchmarks.
It is designed for
benchmarking a series of dependent requests.
''wrecker'' includes a wrapped version of the `wreq` Session API
, mainly through ''Network.Wreq.Wrecker''.
See <https://github.com/lorenzo/wrecker#readme> for more information.'
category: Web
author: Jonathan Fischoff
maintainer: jose.zap@gmail.com
copyright: 2016 skedge.me
license: BSD3
github: lorenzo/wrecker
ghc-options:
- -Wall
- -fno-warn-unused-do-bind
library:
source-dirs: src
exposed-modules:
- Wrecker
- Wrecker.Recorder
- Wrecker.Runner
- Wrecker.Main
- Wrecker.Options
- Wrecker.Statistics
- Wrecker.Logger
- Network.Wreq.Wrecker
- Network.Wreq.Wrecker.API
dependencies:
- base >=4.6 && <5
- aeson >=0.7
- ansi-terminal >=0.6.2
- ansigraph >=0.3.0
- array >=0.5.0
- base64-bytestring >=1.0.0
- blaze-builder >=0.4.0
- bytestring >=0.10
- case-insensitive >=1.2.0
- clock >=0.4
- clock-extras >=0.1.0
- connection >=0.2.4
- containers >=0.5.5
- cookie >=0.4.1
- cryptonite >=0.6
- data-default >=0.5.3
- data-default-class >=0.0.1
- deepseq >=1.3
- exceptions >=0.8
- filepath >=1.3
- http-client >=0.5.5
- http-client-tls >=0.3.3
- http-types >=0.8.6
- immortal >=0.2
- memory >=0.7
- mime-types >=0.1.0
- network >=2.6
- network-uri >=2.6
- next-ref >=0.1.0
- optparse-applicative >=0.11.0
- random >=1.1
- statistics >=0.13.2
- stm >=2.4.4
- stm-chans >=3.0.0
- streaming-commons >=0.1.10
- tabular >=0.2.2
- text >=1.2
- threads >=0.5.1
- threads-extras >=0.1.0
- time >=1.4
- tls >=1.2
- transformers >=0.3
- unix >=2.7
- unordered-containers >=0.2.5
- vector >=0.10.12
- vty >=5.11
- wreq >=0.5.0
- authenticate-oauth >=1.5.1.2
- threads-extras >=0.1.0.2
- tdigest >=0.1
- fast-logger >= 2.4.10
executables:
wreck:
main: Main.hs
source-dirs: app
ghc-options:
- -O2
- -threaded
- -rtsopts "-with-rtsopts=-N -I0 -qg"
cpp-options: -D_SERVER_IS_MAIN_
dependencies:
- base
- wrecker
- markdown-unlit
- optparse-applicative
- http-client
- http-client-tls
- wreq
- lens
- transformers