forked from dolla-consortium/consensus-proposing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
46 lines (37 loc) · 954 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
name: dolla-consensus-proposing-simulating
version: 0.0.0.1
extra-source-files:
- README.md
ghc-options:
- -Wall
dependencies:
- dolla-base == 1.0.0
- base == 4.13.0.0
- dolla-consensus-proposing-simulating-settings
- dolla-consensus-proposing-receptioning-settings
library:
source-dirs: library
dependencies:
- dolla-consensus-base == 1.0.0
- dolla-consensus-proposing-receptioning
- dolla-consensus-proposing-staging
- mtl == 2.2.2
- text == 1.2.4.0
- byline == 0.3.2.1
- random == 1.1
- uuid == 1.3.13
- aeson == 1.4.7.1
- streamly == 0.7.2
- exceptions == 0.10.4
- bytestring == 0.10.10.0
executables:
dolla-consensus-proposing-simulating :
main: Executables.hs
source-dirs: executables
ghc-options:
- -main-is Executables.simulating
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- dolla-consensus-proposing-simulating