This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathstack.yaml
229 lines (204 loc) · 5.88 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
resolver: lts-17.4
allow-newer: true
packages:
- smash
- smash-servant-types
flags:
# 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
ghc-options:
smash: -Wall -Werror -fno-warn-redundant-constraints
#smash-servant-types: -Wall -Werror -fno-warn-redundant-constraints
# Generate files required by Weeder.
# See https://github.com/ndmitchell/weeder/issues/53
ghc-options:
"$locals": -fwrite-ide-info -ddump-to-file -ddump-hi
extra-deps:
- Cabal-3.4.0.0
- async-timer-0.2.0.0
- parsec-3.1.14.0
- base16-0.1.2.1
- base16-bytestring-1.0.1.0
- base58-bytestring-0.1.0
- base64-0.4.2
- bech32-1.1.0
- bech32-th-1.0.2
- binary-0.8.7.0
- bimap-0.4.0
- canonical-json-0.6.0.0
- cborg-0.2.4.0
- clock-0.8
- config-ini-0.2.4.0
- connection-0.3.1
- containers-0.5.11.0
- data-clist-0.1.2.2
- dns-3.0.4
- generic-monoid-0.1.0.0
- generics-sop-0.5.1.0
- ghc-byteorder-4.11.0.0.10
- gray-code-0.3.1
- hedgehog-1.0.5
- hedgehog-corpus-0.2.0
- hedgehog-quickcheck-0.1.1
- hspec-2.7.0
- hspec-core-2.7.0
- hspec-discover-2.7.0
- io-streams-1.5.1.0
- io-streams-haproxy-1.0.1.0
- katip-0.8.4.0
- libsystemd-journal-1.4.4
- micro-recursion-schemes-5.0.2.2
- moo-1.2
- network-3.1.2.1
- partial-order-0.2.0.0
- prettyprinter-1.7.0
- primitive-0.7.1.0
- protolude-0.3.0
- quiet-0.2
- semialign-1.1.0.1
- snap-core-1.0.4.1
- snap-server-1.1.1.1
- sop-core-0.5.0.1
- statistics-linreg-0.3
- streaming-binary-0.2.2.0
- streaming-bytestring-0.2.0
- systemd-2.3.0
- tasty-hedgehog-1.0.0.2
- text-1.2.4.0
- text-ansi-0.1.0
- text-conversions-0.3.1
- text-zipper-0.10.1
- th-lift-instances-0.1.14
- these-1.1.1.1
- time-units-1.0.0
- transformers-except-0.1.1
- unordered-containers-0.2.12.0
- Unique-0.4.7.6
- word-wrap-0.4.1
- websockets-0.12.6.1
- Win32-2.6.2.0
- nothunks-0.1.2
# db-sync dependency
- git: https://github.com/input-output-hk/cardano-db-sync
commit: 7ab7a9a2863cb1cdd344fccafef163b2a8372dc5
subdirs:
- cardano-sync
- cardano-db
- cardano-db-sync
- git: https://github.com/input-output-hk/cardano-base
commit: cb0f19c85e5bb5299839ad4ed66af6fa61322cc4
subdirs:
- binary
- binary/test
- cardano-crypto-class
- cardano-crypto-tests
- cardano-crypto-praos
- slotting
- git: https://github.com/input-output-hk/cardano-crypto
commit: 07397f0e50da97eaa0575d93bee7ac4b2b2576ec
- git: https://github.com/input-output-hk/cardano-ledger-specs
commit: d5b184a820853c7ba202efd615b8fadca1acb52c
subdirs:
- alonzo/impl
- byron/crypto
- byron/crypto/test
- byron/chain/executable-spec
- byron/ledger/executable-spec
- byron/ledger/impl
- byron/ledger/impl/test
- semantics/executable-spec
- semantics/small-steps-test
- shelley/chain-and-ledger/dependencies/non-integer
- shelley/chain-and-ledger/executable-spec
- shelley/chain-and-ledger/shelley-spec-ledger-test
- shelley-ma/impl
- shelley-ma/shelley-ma-test
- git: https://github.com/input-output-hk/cardano-node
commit: 9a6a6c81e3aebfaf757b562c823146c7da601e1c
subdirs:
- cardano-api
- cardano-api/test
- cardano-cli
- cardano-config
- cardano-node
- cardano-node-chairman
- hedgehog-extras
- git: https://github.com/input-output-hk/cardano-prelude
commit: fd773f7a58412131512b9f694ab95653ac430852
subdirs:
- cardano-prelude
- cardano-prelude-test
- git: https://github.com/input-output-hk/cardano-sl-x509
commit: 43a036c5bbe68ca2e9cbe611eab7982e2348fe49
- git: https://github.com/input-output-hk/goblins
commit: cde90a2b27f79187ca8310b6549331e59595e7ba
- git: https://github.com/input-output-hk/iohk-monitoring-framework
commit: 808724ff8a19a33d0ed06f9ef59fbd900b08553c
subdirs:
- contra-tracer
- iohk-monitoring
- plugins/backend-aggregation
- plugins/backend-ekg
- plugins/backend-monitoring
- plugins/backend-trace-forwarder
- plugins/scribe-systemd
- tracer-transformers
- git: https://github.com/input-output-hk/ouroboros-network
commit: d070bad7ce389a4b2ff7fb4fcb7937fdeca80f3a
subdirs:
- io-sim
- io-sim-classes
- monoidal-synchronisation
- network-mux
- ouroboros-consensus
- ouroboros-consensus-byron
- ouroboros-consensus-cardano
- ouroboros-consensus-shelley
- ouroboros-network
- ouroboros-network-framework
- typed-protocols
- typed-protocols-examples
# Extra packages not used by cardano-node
- cardano-client
- ntp-client
- ouroboros-consensus-mock
- git : https://github.com/input-output-hk/Win32-network
commit: 3825d3abf75f83f406c1f7161883c438dac7277d
- git: https://github.com/input-output-hk/plutus
commit: 8c83c4abe211b4bbcaca3cdf1b2c0e38d0eb683f
subdirs:
- plutus-core
- plutus-ledger-api
- plutus-tx
- prettyprinter-configurable
- git: https://github.com/snoyberg/http-client.git
commit: 1a75bdfca014723dd5d40760fad854b3f0f37156
subdirs:
- http-client
# Plutus deps
- Stream-0.4.7.2
- composition-prelude-3.0.0.2
- dependent-map-0.4.0.0
- dependent-sum-0.6.2.0
- dependent-sum-template-0.1.0.3
- lazy-search-0.1.2.1
- monoidal-containers-0.6.0.1
- size-based-0.1.2.0
- witherable-0.4.1
- constraints-extras-0.3.0.2
- indexed-traversable-instances-0.1
- lazysmallcheck-0.6
# Additional deps
- persistent-2.11.0.1
- persistent-postgresql-2.11.0.0
- persistent-template-2.9.1.0
- esqueleto-3.4.0.1
# Compiler error 'System.Metrics.Prometheus.Http.Scrape (serveMetricsT)'
- prometheus-2.2.2
# Testing
- quickcheck-state-machine-0.7.0
- markov-chain-usage-model-0.0.0
nix:
shell-file: nix/stack-shell.nix