forked from cardano-foundation/cardano-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.yaml
More file actions
136 lines (117 loc) · 3.33 KB
/
stack.yaml
File metadata and controls
136 lines (117 loc) · 3.33 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
resolver: lts-14.25
packages:
- lib/core
- lib/core-integration
- lib/cli
- lib/launcher
- lib/text-class
- lib/test-utils
- lib/jormungandr
- lib/byron
extra-deps:
# Miscellaneous
- base58-bytestring-0.1.0
- bech32-1.0.2
- bech32-th-1.0.2
- OddWord-1.0.2.0
- command-0.1.1
- wai-extra-3.0.29.1
# Needed because network > 3.1 is needed for cardano-wallet-byron
- 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
# 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-crypto
- git: https://github.com/input-output-hk/cardano-crypto
commit: 05aa1bc640c42bfca787531d12595489c1fa3b82
# iohk-monitoring-framework
- git: https://github.com/input-output-hk/iohk-monitoring-framework
commit: b4643defabb23b3d78f4b690a01bb6a41a3cd203
subdirs:
- contra-tracer
- iohk-monitoring
- plugins/backend-aggregation
- plugins/backend-monitoring
# dependencies of iohk-monitoring-framework
- git: https://github.com/CodiePP/ekg-prometheus-adapter
commit: 1a258b6df7d9807d4c4ff3e99722223d31a2c320
- prometheus-2.1.2
- time-units-1.0.0
- libsystemd-journal-1.4.4
- katip-0.8.3.0
# dependencies for cardano-wallet-byron
- streaming-binary-0.3.0.1
- generic-monoid-0.1.0.0
- canonical-json-0.6.0.0
- cborg-0.2.2.0
- statistics-linreg-0.3
- network-3.1.0.1
- connection-0.3.1
- Unique-0.4.7.6
- moo-1.2
- gray-code-0.3.1
# - bimap-0.4.0
# - hedgehog-1.0
# - tasty-hedgehog-1.0.0.1
- git: https://github.com/input-output-hk/cardano-base
commit: eed4fc484366214831576eef0c7fe90d1d08c78b
subdirs:
- binary
- binary/test
- cardano-crypto-class
- slotting
- git: https://github.com/input-output-hk/cardano-ledger
commit: c62e2eeba5756898cbf59732fccd6a83a4065c18
subdirs:
- cardano-ledger
- cardano-ledger/test
- crypto
- crypto/test
- git: https://github.com/input-output-hk/cardano-ledger-specs
commit: f27e8b66a393f0b7da1893889dcea07da0fe4dec
subdirs:
- byron/semantics/executable-spec # small-steps
- byron/ledger/executable-spec # cs-ledger
- byron/chain/executable-spec # cs-blockchain
- git: https://github.com/input-output-hk/goblins
commit: 26d35ad52fe9ade3391532dbfeb2f416f07650bc
- git: https://github.com/input-output-hk/cardano-prelude
commit: 00487726c4bc21b4744e59d913334ebfeac7d68e
subdirs:
- .
- test
- git: https://github.com/input-output-hk/ouroboros-network
commit: 398004e1403367cc2a25c639eb6349d473e51b2d
subdirs:
- io-sim
- io-sim-classes
- network-mux
- ouroboros-network
- ouroboros-consensus
- typed-protocols
- typed-protocols-cbor
- git: https://github.com/input-output-hk/ouroboros-network
commit: f12e7c2168fe3bc4e236898a6e0207479cda3302
subdirs:
- ntp-client
flags:
# Avoid a system library which causes difficulty with cross-compilation
zip:
disable-bzip2: true
# 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