forked from IntersectMBO/cardano-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cabal.project
419 lines (339 loc) · 12.7 KB
/
cabal.project
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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
index-state: 2020-04-01T00:00:00Z
packages:
cardano-api
cardano-cli
cardano-config
cardano-node
package cardano-api
ghc-options: -Werror -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields
package cardano-cli
ghc-options: -Werror -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields
package cardano-config
ghc-options: -Werror -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields
package cardano-node
ghc-options: -Werror -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields
package ouroboros-consensus
tests: False
package ouroboros-consensus-cardano
tests: False
package ouroboros-consensus-byron
tests: False
package ouroboros-consensus-shelley
tests: False
package ouroboros-consensus-mock
tests: False
package byron-spec-chain
tests: False
package byron-spec-ledger
tests: False
package cardano-crypto
tests: False
package cborg
tests: False
package http-client
tests: False
package goblins
tests: False
package io-sim
tests: False
package shelley-spec-non-integral
tests: False
package network-mux
tests: False
package typed-protocols
tests: False
package typed-protocols-examples
tests: False
package cardano-prelude
tests: False
package iohk-monitoring
tests: False
package cardano-binary
tests: False
package cardano-sl-x509
tests: False
package cardano-shell
tests: False
package cardano-crypto-class
tests: False
package cardano-crypto-wrapper
tests: False
package ouroboros-network-framework
tests: False
package lobemo-backend-monitoring
tests: False
package small-steps
tests: False
package ouroboros-network
tests: False
package shelley-spec-ledger
tests: False
package cardano-ledger
tests: False
-- The two following one-liners will restore / cut off the remainder of this file (for nix-shell users):
-- git checkout HEAD "$(git rev-parse --show-toplevel)"/cabal.project
-- sed -ni '1,/--- 8< ---/ p' "$(git rev-parse --show-toplevel)"/cabal.project
-- Please do not put any `source-repository-package` clause above this line.
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-base
tag: 8061c5dd00f7aad134b18a4e6818879641f8589f
--sha256: 182a2x16mh7gqjfkyrc4vgindxwwlr0i8vhmqyfbmnnvg6m8bzaq
subdir: binary
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-base
tag: 8061c5dd00f7aad134b18a4e6818879641f8589f
--sha256: 182a2x16mh7gqjfkyrc4vgindxwwlr0i8vhmqyfbmnnvg6m8bzaq
subdir: binary/test
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-base
tag: 8061c5dd00f7aad134b18a4e6818879641f8589f
--sha256: 182a2x16mh7gqjfkyrc4vgindxwwlr0i8vhmqyfbmnnvg6m8bzaq
subdir: cardano-crypto-class
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-base
tag: 8061c5dd00f7aad134b18a4e6818879641f8589f
--sha256: 182a2x16mh7gqjfkyrc4vgindxwwlr0i8vhmqyfbmnnvg6m8bzaq
subdir: slotting
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-crypto
tag: 2547ad1e80aeabca2899951601079408becbc92c
--sha256: 1p2kg2w02q5w1cvqzhfhqmxviy4xrzada3mmb096j2n6hfr20kri
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger-specs
tag: 37ea0bb59ff2cc7f6690240f8c4d55e15cd30f2c
--sha256: 1f9idm15yzdlpl9akzy9mkpalw7naz5p4yw16l9835jbdyqxw3sc
subdir: byron/ledger/impl
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger-specs
tag: 37ea0bb59ff2cc7f6690240f8c4d55e15cd30f2c
--sha256: 1f9idm15yzdlpl9akzy9mkpalw7naz5p4yw16l9835jbdyqxw3sc
subdir: byron/crypto
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger-specs
tag: 37ea0bb59ff2cc7f6690240f8c4d55e15cd30f2c
--sha256: 1f9idm15yzdlpl9akzy9mkpalw7naz5p4yw16l9835jbdyqxw3sc
subdir: byron/ledger/impl/test
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger-specs
tag: 37ea0bb59ff2cc7f6690240f8c4d55e15cd30f2c
--sha256: 1f9idm15yzdlpl9akzy9mkpalw7naz5p4yw16l9835jbdyqxw3sc
subdir: byron/crypto/test
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger-specs
tag: 37ea0bb59ff2cc7f6690240f8c4d55e15cd30f2c
--sha256: 1f9idm15yzdlpl9akzy9mkpalw7naz5p4yw16l9835jbdyqxw3sc
subdir: byron/chain/executable-spec
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger-specs
tag: 37ea0bb59ff2cc7f6690240f8c4d55e15cd30f2c
--sha256: 1f9idm15yzdlpl9akzy9mkpalw7naz5p4yw16l9835jbdyqxw3sc
subdir: byron/ledger/executable-spec
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger-specs
tag: 37ea0bb59ff2cc7f6690240f8c4d55e15cd30f2c
--sha256: 1f9idm15yzdlpl9akzy9mkpalw7naz5p4yw16l9835jbdyqxw3sc
subdir: semantics/executable-spec
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger-specs
tag: 37ea0bb59ff2cc7f6690240f8c4d55e15cd30f2c
--sha256: 1f9idm15yzdlpl9akzy9mkpalw7naz5p4yw16l9835jbdyqxw3sc
subdir: shelley/chain-and-ledger/dependencies/non-integer
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger-specs
tag: 37ea0bb59ff2cc7f6690240f8c4d55e15cd30f2c
--sha256: 1f9idm15yzdlpl9akzy9mkpalw7naz5p4yw16l9835jbdyqxw3sc
subdir: shelley/chain-and-ledger/executable-spec
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger-specs
tag: 37ea0bb59ff2cc7f6690240f8c4d55e15cd30f2c
--sha256: 1f9idm15yzdlpl9akzy9mkpalw7naz5p4yw16l9835jbdyqxw3sc
subdir: shelley/chain-and-ledger/executable-spec/test
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-prelude
tag: e0257be9d745a04f85ab8287a48a9c193acafec8
--sha256: 09cxfa0vzny8xhjskc6khrfwsnajjawas6j574i2qfd71yd8mrrg
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-prelude
tag: e0257be9d745a04f85ab8287a48a9c193acafec8
--sha256: 09cxfa0vzny8xhjskc6khrfwsnajjawas6j574i2qfd71yd8mrrg
subdir: test
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-shell
tag: 601bb4324c258e3c8cbd2d532e5696fd09e2582e
--sha256: 0zzd711zgj62l729hyymnv0i6jn3rx8yrww2b4a8l3csf1d9xv7n
subdir: cardano-shell
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-sl-x509
tag: 43a036c5bbe68ca2e9cbe611eab7982e2348fe49
--sha256: 1aw7ns8lv51fjf45k8yzils2j7a6bqzy8hn65kb3z0dn1qsm8x88
source-repository-package
type: git
location: https://github.com/input-output-hk/goblins
tag: 26d35ad52fe9ade3391532dbfeb2f416f07650bc
--sha256: 17p5x0hj6c67jkdqx0cysqlwq2zs2l87azihn1alzajy9ak6ii0b
source-repository-package
type: git
location: https://github.com/input-output-hk/iohk-monitoring-framework
tag: 71df15f7b888d2671f619cc632080aaaaca48087
--sha256: 02shwi4qppf88biq2y9amfzkzif9j0fdj0d77zdjrfjacldvc6ci
subdir: iohk-monitoring
source-repository-package
type: git
location: https://github.com/input-output-hk/iohk-monitoring-framework
tag: 71df15f7b888d2671f619cc632080aaaaca48087
--sha256: 02shwi4qppf88biq2y9amfzkzif9j0fdj0d77zdjrfjacldvc6ci
subdir: contra-tracer
source-repository-package
type: git
location: https://github.com/input-output-hk/iohk-monitoring-framework
tag: 71df15f7b888d2671f619cc632080aaaaca48087
--sha256: 02shwi4qppf88biq2y9amfzkzif9j0fdj0d77zdjrfjacldvc6ci
subdir: plugins/scribe-systemd
source-repository-package
type: git
location: https://github.com/input-output-hk/iohk-monitoring-framework
tag: 71df15f7b888d2671f619cc632080aaaaca48087
--sha256: 02shwi4qppf88biq2y9amfzkzif9j0fdj0d77zdjrfjacldvc6ci
subdir: plugins/backend-aggregation
source-repository-package
type: git
location: https://github.com/input-output-hk/iohk-monitoring-framework
tag: 71df15f7b888d2671f619cc632080aaaaca48087
--sha256: 02shwi4qppf88biq2y9amfzkzif9j0fdj0d77zdjrfjacldvc6ci
subdir: plugins/backend-ekg
source-repository-package
type: git
location: https://github.com/input-output-hk/iohk-monitoring-framework
tag: 71df15f7b888d2671f619cc632080aaaaca48087
--sha256: 02shwi4qppf88biq2y9amfzkzif9j0fdj0d77zdjrfjacldvc6ci
subdir: plugins/backend-monitoring
source-repository-package
type: git
location: https://github.com/input-output-hk/iohk-monitoring-framework
tag: 71df15f7b888d2671f619cc632080aaaaca48087
--sha256: 02shwi4qppf88biq2y9amfzkzif9j0fdj0d77zdjrfjacldvc6ci
subdir: plugins/backend-trace-forwarder
source-repository-package
type: git
location: https://github.com/input-output-hk/iohk-monitoring-framework
tag: 71df15f7b888d2671f619cc632080aaaaca48087
--sha256: 02shwi4qppf88biq2y9amfzkzif9j0fdj0d77zdjrfjacldvc6ci
subdir: tracer-transformers
source-repository-package
type: git
location: https://github.com/input-output-hk/ouroboros-network
tag: 7fa7f8182d20290e6a4b22168a1f9f61317307cf
--sha256: 0z0pf9jrf5cqyvzhinp3p6n5c0c9x0wp6vdzb7q481scimv0z9a7
subdir: ouroboros-network
source-repository-package
type: git
location: https://github.com/input-output-hk/ouroboros-network
tag: 7fa7f8182d20290e6a4b22168a1f9f61317307cf
--sha256: 0z0pf9jrf5cqyvzhinp3p6n5c0c9x0wp6vdzb7q481scimv0z9a7
subdir: io-sim
source-repository-package
type: git
location: https://github.com/input-output-hk/ouroboros-network
tag: 7fa7f8182d20290e6a4b22168a1f9f61317307cf
--sha256: 0z0pf9jrf5cqyvzhinp3p6n5c0c9x0wp6vdzb7q481scimv0z9a7
subdir: ouroboros-consensus
source-repository-package
type: git
location: https://github.com/input-output-hk/ouroboros-network
tag: 7fa7f8182d20290e6a4b22168a1f9f61317307cf
--sha256: 0z0pf9jrf5cqyvzhinp3p6n5c0c9x0wp6vdzb7q481scimv0z9a7
subdir: ouroboros-consensus/ouroboros-consensus-mock
source-repository-package
type: git
location: https://github.com/input-output-hk/ouroboros-network
tag: 7fa7f8182d20290e6a4b22168a1f9f61317307cf
--sha256: 0z0pf9jrf5cqyvzhinp3p6n5c0c9x0wp6vdzb7q481scimv0z9a7
subdir: ouroboros-consensus-byron
source-repository-package
type: git
location: https://github.com/input-output-hk/ouroboros-network
tag: 7fa7f8182d20290e6a4b22168a1f9f61317307cf
--sha256: 0z0pf9jrf5cqyvzhinp3p6n5c0c9x0wp6vdzb7q481scimv0z9a7
subdir: ouroboros-consensus-shelley
source-repository-package
type: git
location: https://github.com/input-output-hk/ouroboros-network
tag: 7fa7f8182d20290e6a4b22168a1f9f61317307cf
--sha256: 0z0pf9jrf5cqyvzhinp3p6n5c0c9x0wp6vdzb7q481scimv0z9a7
subdir: ouroboros-consensus-cardano
source-repository-package
type: git
location: https://github.com/input-output-hk/ouroboros-network
tag: 7fa7f8182d20290e6a4b22168a1f9f61317307cf
--sha256: 0z0pf9jrf5cqyvzhinp3p6n5c0c9x0wp6vdzb7q481scimv0z9a7
subdir: typed-protocols
source-repository-package
type: git
location: https://github.com/input-output-hk/ouroboros-network
tag: 7fa7f8182d20290e6a4b22168a1f9f61317307cf
--sha256: 0z0pf9jrf5cqyvzhinp3p6n5c0c9x0wp6vdzb7q481scimv0z9a7
subdir: typed-protocols-examples
source-repository-package
type: git
location: https://github.com/input-output-hk/ouroboros-network
tag: 7fa7f8182d20290e6a4b22168a1f9f61317307cf
--sha256: 0z0pf9jrf5cqyvzhinp3p6n5c0c9x0wp6vdzb7q481scimv0z9a7
subdir: ouroboros-network-framework
source-repository-package
type: git
location: https://github.com/input-output-hk/ouroboros-network
tag: 7fa7f8182d20290e6a4b22168a1f9f61317307cf
--sha256: 0z0pf9jrf5cqyvzhinp3p6n5c0c9x0wp6vdzb7q481scimv0z9a7
subdir: network-mux
source-repository-package
type: git
location: https://github.com/input-output-hk/ouroboros-network
tag: 7fa7f8182d20290e6a4b22168a1f9f61317307cf
--sha256: 0z0pf9jrf5cqyvzhinp3p6n5c0c9x0wp6vdzb7q481scimv0z9a7
subdir: io-sim-classes
source-repository-package
type: git
location: https://github.com/input-output-hk/ouroboros-network
tag: 7fa7f8182d20290e6a4b22168a1f9f61317307cf
--sha256: 0z0pf9jrf5cqyvzhinp3p6n5c0c9x0wp6vdzb7q481scimv0z9a7
subdir: Win32-network
source-repository-package
type: git
location: https://github.com/well-typed/cborg.git
tag: 42a83192749774268337258f4f94c97584b80ca6
--sha256: 1smjni26p14p41d1zjpk59jn28zfnpblin5rq6ipp4cjpjiril04
subdir: cborg
source-repository-package
type: git
location: https://github.com/snoyberg/http-client.git
tag: 1a75bdfca014723dd5d40760fad854b3f0f37156
--sha256: 0537bjhk9bzhvl76haswsv7xkkyzrmv5xfph3fydcd953q08hqdb
subdir: http-client
constraints:
ip < 1.5
, hedgehog >= 1.0
, bimap >= 0.4.0
, brick >= 0.47
, libsystemd-journal >= 1.4.4
, systemd >= 2.3.0
package comonad
flags: -test-doctests