forked from IntersectMBO/plutus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hie-stack.yaml
197 lines (195 loc) · 5.22 KB
/
hie-stack.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
cradle:
multi:
- path: ./language-plutus-core/generators
config:
cradle:
stack:
component: "language-plutus-core:lib"
- path: ./language-plutus-core/prelude
config:
cradle:
stack:
component: "language-plutus-core:lib"
- path: ./language-plutus-core/src
config:
cradle:
stack:
component: "language-plutus-core:lib"
- path: ./language-plutus-core/plutus-ir
component: "language-plutus-core:lib"
config:
cradle:
stack:
component: "language-plutus-core:lib"
- path: ./language-plutus-core/common
config:
cradle:
stack:
component: "language-plutus-core:lib"
- path: ./language-plutus-core/exe
config:
cradle:
stack:
component: "language-plutus-core:exe:plc"
- path: ./language-plutus-core/test
config:
cradle:
stack:
component: "language-plutus-core:language-plutus-core-test"
- path: ./language-plutus-core/plutus-ir-test
component: "language-plutus-core:plutus-ir-test"
config:
cradle:
stack:
component: "language-plutus-core:language-plutus-core-test"
- path: ./language-plutus-core/bench
config:
cradle:
stack:
component: "language-plutus-core:language-plutus-core-bench"
- path: ./language-plutus-core/weigh
config:
cradle:
stack:
component: "language-plutus-core:language-plutus-core-weigh"
- path: ./language-plutus-core/budgeting-bench
config:
cradle:
stack:
component: "language-plutus-core:language-plutus-core-budgeting-bench"
- path: ./plutus-emulator/src
config:
cradle:
stack:
component: "plutus-emulator:lib"
- path: ./plutus-emulator/test
config:
cradle:
stack:
component: "plutus-emulator:plutus-emulator-test"
- path: ./plutus-tx/src
config:
cradle:
stack:
component: "plutus-tx:lib"
- path: ./plutus-tx/compiler
config:
cradle:
stack:
component: "plutus-tx-compiler:lib"
- path: ./plutus-tx/test
config:
cradle:
stack:
component: "plutus-tx:plutus-tx-test"
- path: ./plutus-ir/src
config:
cradle:
stack:
component: "plutus-ir:lib"
- path: ./plutus-ir/test
config:
cradle:
stack:
component: "plutus-ir:plutus-ir-test"
- path: ./plutus-playground-lib/src
config:
cradle:
stack:
component: "plutus-playground-lib:lib"
- path: ./plutus-playground-lib/test
config:
cradle:
stack:
component: "plutus-playground-lib:plutus-playground-lib-test"
- path: ./playground-common/src
config:
cradle:
stack:
component: "playground-common:lib"
- path: ./playground-common/test
config:
cradle:
stack:
component: "playground-common:playground-common-test"
- path: ./marlowe-playground-server/src
config:
cradle:
stack:
component: "marlowe-playground-server:lib"
- path: ./marlowe-playground-server/test
config:
cradle:
stack:
component: "marlowe-playground-server:marlowe-playground-server-test"
- path: ./marlowe-symbolic/src
config:
cradle:
stack:
component: "marlowe-symbolic:lib"
- path: ./marlowe-symbolic/test
config:
cradle:
stack:
component: "marlowe-symbolic:marlowe-symbolic-test"
- path: ./plutus-contract/src
config:
cradle:
stack:
component: "plutus-contract:lib"
- path: ./plutus-contract/test
config:
cradle:
stack:
component: "plutus-contract:plutus-contract-test"
- path: ./deployment-server/src
config:
cradle:
stack:
component: "deployment-server:lib"
- path: ./deployment-server/test
config:
cradle:
stack:
component: "deployment-server:deployment-server-test"
- path: ./iots-export/src
config:
cradle:
stack:
component: "iots-export:lib"
- path: ./iots-export/test
config:
cradle:
stack:
component: "iots-export:iots-export-test"
- path: ./metatheory/src
config:
cradle:
stack:
component: "metatheory:lib"
- path: ./metatheory/test
config:
cradle:
stack:
component: "metatheory:metatheory-test"
- path: ./language-plutus-core/create-cost-model
config:
cradle:
none:
# These use the plutus plugin - HIE doesn't support plugins yet
# - path: ./marlowe/src
# component: "marlowe:lib"
# - path: ./marlowe/test
# component: "marlowe:marlowe-test"
# - path: ./plutus-book/src
# component: "plutus-book:lib"
# - path: ./plutus-book/test
# component: "plutus-book:plutus-book-test"
# - path: ./plutus-playground-server/src
# component: "plutus-playground-server:lib"
# - path: ./plutus-playground-server/test
# component: "plutus-playground-server:plutus-playground-server-test"
# - path: ./plutus-use-cases/src
# component: "plutus-use-cases:lib"
# - path: ./plutus-use-cases/test
# component: "plutus-use-cases:plutus-use-cases-test"