-
Notifications
You must be signed in to change notification settings - Fork 1
/
stack.yaml
263 lines (247 loc) · 5.31 KB
/
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
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
resolver: https://raw.githubusercontent.com/input-output-hk/cardano-haskell/aaf316ac9c39466a6eccf53f2f3aabb5a266b62e/snapshots/cardano-1.21.1.yaml
packages:
- lib/core
- lib/core-integration
- lib/cli
- lib/launcher
- lib/text-class
- lib/test-utils
- lib/jormungandr
- lib/shelley
extra-deps:
# Miscellaneous
- OddWord-1.0.2.0
- command-0.1.1
- wai-extra-3.0.29.1
# Needed because network > 3.1 is needed
- servant-0.17
- servant-server-0.17
- servant-client-core-0.17
- servant-client-0.17
- servant-swagger-1.1.8
# 'zip' with an extra flag to disable bzlib2 library
- zip-1.3.0
# Needed for recently introduced support of TLS-1.3
- tls-1.5.4
# Pruned GHC boot packages which need to be here for stack to work on windows.
- directory-1.3.3.0
- process-1.6.5.0
- time-1.8.0.2
# persistent-2.10.2 with CASCADE DELETE support for SQLite.
#
# See: https://github.com/input-output-hk/persistent/tree/cardano-wallet
- git: https://github.com/input-output-hk/persistent
commit: 107787ecc4c8a112375493cd66574f788f950fce
subdirs:
- persistent
- persistent-sqlite
- persistent-template
# cardano-addresses-2.1.0
- git: https://github.com/input-output-hk/cardano-addresses
commit: e0ab4587266430a08734e1aec1c29d261a9a3b70
subdirs:
- command-line
- core
# cardano-transactions-2.0.0
- git: https://github.com/input-output-hk/cardano-transactions
commit: 218cdc2dfea34b0261f96c96c7b937d620a8780e
flags:
# Avoid a system library which causes difficulty with cross-compilation
zip:
disable-bzip2: true
# Bundle VRF crypto in libsodium and do not rely on an external fork to have it.
# This still requires the host system to have the 'standard' libsodium installed.
cardano-crypto-praos:
external-libsodium-vrf: false
# Using RDRAND instead of /dev/urandom as an entropy source for key
# generation is dubious. Set the flag so we use /dev/urandom by default.
cryptonite:
support_rdrand: false
# Generate files required by Weeder.
# See https://github.com/ndmitchell/weeder/issues/53
ghc-options: {"$locals": -ddump-to-file -ddump-hi}
nix:
shell-file: nix/stack-shell.nix
# Disabling the pure nix-shell allows environment variables to be
# passed down to tests. We need this for integration tests.
pure: false
# !!! This can be dropped when cabal-3.4.0.0 is released !!!
#
#+BEGIN_STACK2CABAL
# package cardano-crypto
# tests: False
# benchmarks: False
#
# package contra-tracer
# tests: False
# benchmarks: False
#
# package iohk-monitoring
# tests: False
# benchmarks: False
#
# package zip
# tests: False
# benchmarks: False
#
# package cardano-crypto-praos
# tests: False
# benchmarks: False
#
# package byron-spec-ledger
# tests: False
# benchmarks: False
#
# package ouroboros-consensus-cardano
# tests: False
# benchmarks: False
#
# package small-steps
# tests: False
# benchmarks: False
#
# package small-steps-test
# tests: False
# benchmarks: False
#
# package ouroboros-consensus
# tests: False
# benchmarks: False
#
# package ouroboros-consensus-byron
# tests: False
# benchmarks: False
#
# package ouroboros-consensus-shelley
# tests: False
# benchmarks: False
#
# package ouroboros-consensus-mock
# tests: False
# benchmarks: False
#
# package cborg
# tests: False
# benchmarks: False
#
# package http-client
# tests: False
# benchmarks: False
#
# package goblins
# tests: False
# benchmarks: False
#
# package io-sim
# tests: False
# benchmarks: False
#
# package io-sim-classes
# tests: False
# benchmarks: False
#
# package shelley-spec-non-integral
# tests: False
# benchmarks: False
#
# package network-mux
# tests: False
# benchmarks: False
#
# package typed-protocols
# tests: False
# benchmarks: False
#
# package typed-protocols-examples
# tests: False
# benchmarks: False
#
# package cardano-prelude
# tests: False
# benchmarks: False
#
# package cardano-binary
# tests: False
# benchmarks: False
#
# package cardano-sl-x509
# tests: False
# benchmarks: False
#
# package cardano-crypto-class
# tests: False
# benchmarks: False
#
# package cardano-crypto-wrapper
# tests: False
# benchmarks: False
#
# package ouroboros-network-framework
# tests: False
# benchmarks: False
#
# package ouroboros-network
# tests: False
# benchmarks: False
#
# package byron-spec-chain
# tests: False
# benchmarks: False
#
# package cardano-addresses
# tests: False
# benchmarks: False
#
# package cardano-api
# tests: False
# benchmarks: False
#
# package cardano-cli
# tests: False
# benchmarks: False
#
# package cardano-crypto
# tests: False
# benchmarks: False
#
# package cardano-ledger
# tests: False
# benchmarks: False
#
# package cardano-node
# tests: False
# benchmarks: False
#
# package cardano-transactions
# tests: False
# benchmarks: False
#
# package lobemo-backend-monitoring
# tests: False
# benchmarks: False
#
# package ntp-client
# tests: False
# benchmarks: False
#
# package ouroboros-consensus-test-infra
# tests: False
# benchmarks: False
#
# package persistent
# tests: False
# benchmarks: False
#
# package persistent-sqlite
# tests: False
# benchmarks: False
#
# package persistent-template
# tests: False
# benchmarks: False
#
# package shelley-spec-ledger-test
# tests: False
# benchmarks: False
#
#+END_STACK2CABAL