forked from IntersectMBO/cardano-ledger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcabal.project
182 lines (144 loc) · 4.54 KB
/
cabal.project
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
index-state: 2021-02-15T00:00:00Z
packages:
eras/alonzo/impl
eras/alonzo/test-suite
eras/byron/chain/executable-spec
eras/byron/ledger/executable-spec
eras/byron/ledger/impl
eras/byron/ledger/impl/test
eras/byron/crypto
eras/byron/crypto/test
eras/shelley/impl
eras/shelley/test-suite
eras/shelley-ma/impl
eras/shelley-ma/test-suite
libs/cardano-ledger-core
libs/cardano-ledger-example-shelley
libs/cardano-ledger-test
libs/cardano-protocol-tpraos
libs/plutus-preprocessor
libs/non-integral
libs/small-steps
libs/small-steps-test
-- Deprecations
eras/shelley/chain-and-ledger/executable-spec
eras/shelley/chain-and-ledger/shelley-spec-ledger-test
eras/shelley/chain-and-ledger/dependencies/non-integer
-- Always write GHC env files, because they are needed by the doctests.
write-ghc-environment-files: always
-- Always build tests and benchmarks.
tests: true
benchmarks: true
-- The only sensible test display option
test-show-details: streaming
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-base
tag: 592aa61d657ad5935a33bace1243abce3728b643
--sha256: 1bgq3a2wfdz24jqfwylcc6jjg5aji8dpy5gjkhpnmkkvgcr2rkyb
subdir:
base-deriving-via
binary
binary/test
cardano-crypto-class
cardano-crypto-praos
measures
slotting
strict-containers
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-crypto
tag: f73079303f663e028288f9f4a9e08bcca39a923e
--sha256: 1n87i15x54s0cjkh3nsxs4r1x016cdw1fypwmr68936n3xxsjn6q
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-prelude
tag: bb4ed71ba8e587f672d06edf9d2e376f4b055555
--sha256: 00h10l5mmiza9819p9v5q5749nb9pzgi20vpzpy1d34zmh6gf1cj
subdir:
cardano-prelude
cardano-prelude-test
source-repository-package
type: git
location: https://github.com/input-output-hk/goblins
tag: cde90a2b27f79187ca8310b6549331e59595e7ba
--sha256: 17c88rbva3iw82yg9srlxjv2ia5wjb9cyqw44hik565f5v9svnyg
source-repository-package
type: git
location: https://github.com/input-output-hk/plutus
tag: 8c83c4abe211b4bbcaca3cdf1b2c0e38d0eb683f
--sha256: 1643s1g3jlm9pgalpc3vpij1zqb1n8yv8irq6qc43gs9bvl0wc3l
subdir:
plutus-ledger-api
plutus-tx
plutus-tx-plugin
plutus-core
prettyprinter-configurable
word-array
-- https://github.com/Quid2/flat/pull/22 fixes a potential exception
-- when decoding invalid (e.g. malicious) text literals.
source-repository-package
type: git
-- location: https://github.com/Quid2/flat.git
location: https://github.com/michaelpj/flat.git
tag: ee59880f47ab835dbd73bea0847dab7869fc20d8
--sha256: 1lrzknw765pz2j97nvv9ip3l1mcpf2zr4n56hwlz0rk7wq7ls4cm
allow-newer:
monoidal-containers:aeson,
size-based:template-haskell,
-- TODO: This is only needed until index-state is updated to 2021-02-17 or later.
test-framework:random,
test-framework-quickcheck2:random
constraints:
-- bizarre issue: in earlier versions they define their own 'GEq', in newer
-- ones they reuse the one from 'some', but there isn't e.g. a proper version
-- constraint from dependent-sum-template (which is the library we actually use).
, dependent-sum > 0.6.2.0
-- Have to specify '-Werror' for each package until this is taken care of:
-- https://github.com/haskell/cabal/issues/3579
package cardano-ledger-alonzo
ghc-options: -Werror
package cardano-ledger-alonzo-test
ghc-options: -Werror
package byron-spec-chain
ghc-options: -Werror
package cardano-crypto-wrapper
ghc-options: -Werror
package cardano-crypto-test
ghc-options: -Werror
package byron-spec-ledger
ghc-options: -Werror
package cardano-ledger-byron
ghc-options: -Werror
package cardano-ledger-byron-test
ghc-options: -Werror
package cardano-ledger-shelley-ma
ghc-options: -Werror
package cardano-ledger-shelley-ma-test
ghc-options: -Werror
package shelley-spec-non-integral
ghc-options: -Werror
package shelley-spec-ledger
ghc-options: -Werror
package shelley-spec-ledger-test
ghc-options: -Werror
package cardano-ledger-shelley
ghc-options: -Werror
package cardano-ledger-shelley-test
ghc-options: -Werror
package cardano-ledger-core
ghc-options: -Werror
package cardano-ledger-example-shelley
ghc-options: -Werror
package cardano-ledger-test
ghc-options: -Werror
package cardano-protocol-tpraos
ghc-options: -Werror
package non-integral
ghc-options: -Werror
package plutus-preprocessor
ghc-options: -Werror
package small-steps-test
ghc-options: -Werror
package small-steps
ghc-options: -Werror