forked from noctux/adora-belle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yaml
58 lines (53 loc) · 821 Bytes
/
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
name: adora-belle
license: "AGPL-3"
description: Dispatcher for the webrtc-golem-trust
ghc-options: -Wall
tests:
spec:
main: Spec.hs
source-dirs:
- test
dependencies:
- adora-belle
- hspec
- http-client
- http-types
- servant-client
- warp >= 3.2.4
library:
source-dirs:
- src
executables:
adora-belle:
main: exe/Main.hs
dependencies:
- adora-belle
ghc-options:
- -rtsopts
- -threaded
dependencies:
- aeson
- base
- bcrypt
- bytestring
- containers
- either
- filepath
- htoml
- optparse-applicative
- parsec
- random
- servant
- servant-auth
- servant-foreign
- servant-server
- stm
- text
- time
- transformers
- utf8-string
- uuid
- wai
- wai-extra
- wai-logger
- warp