forked from IntersectMBO/cardano-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.yaml
More file actions
160 lines (141 loc) · 4.46 KB
/
stack.yaml
File metadata and controls
160 lines (141 loc) · 4.46 KB
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
resolver: https://raw.githubusercontent.com/input-output-hk/cardano-prelude/bd7eb69d27bfaee46d435bc1d2720520b1446426/snapshot.yaml
compiler: ghc-8.6.5
packages:
- cardano-api
- cardano-cli
- cardano-config
- cardano-node
ghc-options:
cardano-config: -Wall -fwarn-redundant-constraints
cardano-node: -Wall -fwarn-redundant-constraints
allow-newer: true
extra-deps:
- git: https://github.com/input-output-hk/cardano-crypto
commit: 2547ad1e80aeabca2899951601079408becbc92c
- QuickCheck-2.12.6.1
- quickcheck-instances-0.3.19
- hspec-2.7.0
- hspec-core-2.7.0
- hspec-discover-2.7.0
- text-1.2.4.0
- base58-bytestring-0.1.0
# Waiting on Stackage release
- hedgehog-1.0.2
- hedgehog-corpus-0.2.0
- micro-recursion-schemes-5.0.2.2
- streaming-binary-0.3.0.1
- canonical-json-0.6.0.0
- brick-0.47
- binary-0.8.7.0
- bimap-0.4.0
- clock-0.8
- config-ini-0.2.4.0
- containers-0.5.11.0
- data-clist-0.1.2.2
- generic-monoid-0.1.0.0
- gray-code-0.3.1
- io-streams-1.5.1.0
- io-streams-haproxy-1.0.1.0
- moo-1.2
- network-3.1.1.1
- quiet-0.2
- snap-core-1.0.4.1
- snap-server-1.1.1.1
- statistics-linreg-0.3
- time-units-1.0.0
- tasty-hedgehog-1.0.0.2
- transformers-except-0.1.1
- text-zipper-0.10.1
- Unique-0.4.7.6
- word-wrap-0.4.1
- websockets-0.12.6.1
- th-lift-instances-0.1.14
# Cardano-ledger dependencies
- git: https://github.com/input-output-hk/cardano-ledger
commit: 9ee8a6630a8719ba54554c3ce10c555bf5dff4cc
subdirs:
- cardano-ledger
- cardano-ledger/test
- crypto
- crypto/test
- git: https://github.com/input-output-hk/cardano-ledger-specs
commit: 2684a3d6c59f740cc09e219182276330e70ddfb9
subdirs:
# small-steps
- semantics/executable-spec
# cs-ledger
- byron/ledger/executable-spec
# cs-blockchain
- byron/chain/executable-spec
- shelley/chain-and-ledger/dependencies/non-integer
- shelley/chain-and-ledger/executable-spec
- shelley/chain-and-ledger/executable-spec/test
- git: https://github.com/input-output-hk/cardano-prelude
commit: bd7eb69d27bfaee46d435bc1d2720520b1446426
subdirs:
- .
- test
- git: https://github.com/input-output-hk/cardano-base
commit: 2cc27584bb19bd5be9f1721fd4a2393bb99c6119
subdirs:
- binary
- binary/test
- cardano-crypto-class
- slotting
# Following deps are for cardano-shell
- git: https://github.com/input-output-hk/cardano-shell
commit: 601bb4324c258e3c8cbd2d532e5696fd09e2582e
subdirs:
- cardano-shell
# Needed for `cardano-ledger-specs`
- git: https://github.com/input-output-hk/goblins
commit: 26d35ad52fe9ade3391532dbfeb2f416f07650bc
# iohk-monitoring-framework currently not pinned to a release
- git: https://github.com/input-output-hk/iohk-monitoring-framework
commit: ae0bf700bed6a411dcf7f03a49f8c89e8344a7b9
subdirs:
- contra-tracer
- iohk-monitoring
- plugins/backend-aggregation
- plugins/backend-ekg
- plugins/backend-monitoring
- plugins/backend-trace-forwarder
- plugins/scribe-systemd
- tracer-transformers
# dependencies of iohk-monitoring
- prometheus-2.1.2
- libsystemd-journal-1.4.4
- katip-0.8.4.0
# Extracted from cardano-sl since it's quite useful
- git: https://github.com/input-output-hk/cardano-sl-x509
commit: 43a036c5bbe68ca2e9cbe611eab7982e2348fe49
#Ouroboros-network dependencies
- git: https://github.com/input-output-hk/ouroboros-network
commit: e82c4fe3dc28b2c63d09db12d51e104cd5466600
subdirs:
- io-sim
- io-sim-classes
- network-mux
- ouroboros-network
- ouroboros-consensus
- ouroboros-consensus-byron
- ouroboros-consensus/ouroboros-consensus-mock
- ouroboros-consensus-cardano
- ouroboros-consensus-shelley
- typed-protocols
- typed-protocols-examples
- ouroboros-network-testing
- ouroboros-network-framework
- Win32-network
# Includes updated pretty printing function
- git: https://github.com/well-typed/cborg.git
commit: 42a83192749774268337258f4f94c97584b80ca6
subdirs:
- cborg
# Includes a windows build fix (https://github.com/snoyberg/http-client/pull/430)
- git: https://github.com/snoyberg/http-client.git
commit: 1a75bdfca014723dd5d40760fad854b3f0f37156
subdirs:
- http-client
nix:
shell-file: nix/stack-shell.nix