-
Notifications
You must be signed in to change notification settings - Fork 0
/
daml.yaml
33 lines (33 loc) · 822 Bytes
/
daml.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
sdk-version: 2.8.3
name: rentingPlatform
version: 0.1.0
source: daml
#init-script: Setup:setup
init-script: Test.Main:initialize
dependencies:
- daml-prim
- daml-stdlib
- daml-script
- daml-trigger
start-navigator: no
script-options:
- --output-file=parties.json
build-options:
- --target=1.15
# - --ghc-option=-Wunused-top-binds
# - --ghc-option=-Wunused-matches
# - --ghc-option=-Wunused-do-bind
# - --ghc-option=-Wincomplete-uni-patterns
# - --ghc-option=-Wredundant-constraints
# - --ghc-option=-Wmissing-signatures
# - --ghc-option=-Werror
sandbox:
ledger_id: rentingPlatformLedger
#codegen:
# js:
# output-directory: ui/daml.js
# npm-scope: daml.js
# java:
# package-prefix: rentingPlatform.codegen
# output-directory: Time/src/main/java/
# output-directory: Arbitrators/src/main/java/