-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.yaml
More file actions
61 lines (54 loc) · 1.17 KB
/
Copy pathpackage.yaml
File metadata and controls
61 lines (54 loc) · 1.17 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
name: servant-checked-exceptions-example
version: 0.1.0.0
github: "jonathanknowles/servant-checked-exceptions-example"
license: BSD3
author: "Jonathan Knowles"
maintainer: "mail@jonathanknowles.net"
copyright: "Jonathan Knowles"
dependencies:
- aeson
- base >= 4.7 && < 5
- bytestring
- containers
- http-client
- lens
- servant
- servant-checked-exceptions
- servant-client
- servant-server
- servant-swagger
- swagger2
- text
- time
- wai
- warp
library:
source-dirs: common
executables:
client:
main: Main.hs
source-dirs: client
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- servant-checked-exceptions-example
server:
main: Main.hs
source-dirs: server
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- servant-checked-exceptions-example
swagger:
main: Main.hs
source-dirs: swagger
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- servant-checked-exceptions-example