-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.yaml
49 lines (44 loc) · 1.27 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
name: servant-kotlin
version: 0.1.1.9
synopsis: Automatically derive Kotlin class to query servant webservices
description: See README at <https://github.com/matsubara0507/servant-kotlin#readme>
homepage: https://github.com/matsubara0507/servant-kotlin#readme
license: MIT
author: MATSUBARA Nobutada
maintainer: MATSUBARA Nobutada
copyright: 2017-2018 MATSUBARA Nobutada
category: Web
extra-source-files:
- README.md
ghc-options: -Wall
dependencies:
- base >= 4.7 && < 5
- containers >= 0.5.7 && < 0.6.1
- directory >= 1.3 && < 1.4
- formatting >= 6.2 && < 6.4
- lens >= 4.15 && < 4.18
- servant >= 0.9 && < 0.17
- servant-foreign >= 0.9 && < 0.16
- text >= 1.2 && < 1.3
- time >= 1.6 && < 1.9
- wl-pprint-text >= 1.1 && < 1.3
library:
source-dirs: src
tests:
spec:
main: Spec.hs
source-dirs:
- src
- test
dependencies:
- aeson >= 1.0 && < 1.5
- hspec >= 2.4.1 && < 2.8
- http-api-data >= 0.3.7 && < 0.4.2
benchmarks:
generate-test:
main: example/Generater.hs
dependencies:
- aeson >= 1.0 && < 1.5
- http-api-data >= 0.3.7 && < 0.4.2
- servant-kotlin
- shelly >= 1.6.8 && < 1.10