forked from cardano-foundation/cardano-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack.yaml
63 lines (52 loc) · 1.63 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
resolver: cardano-1.18.x.yaml
packages:
- lib/core
- lib/core-integration
- lib/cli
- lib/launcher
- lib/text-class
- lib/test-utils
- lib/jormungandr
- lib/byron
- 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 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
- git: https://github.com/input-output-hk/cardano-addresses
commit: dc729b0ba5ba112ee2bfe471c4df947ea7c76f28
# Not strictly a dependency at present, but building it here to get
# access to the cardano-tx cli.
- git: https://github.com/input-output-hk/cardano-transactions
commit: a68107c1682c3fd119c7e83f5adcbba2c37e1744
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
# 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