-
Notifications
You must be signed in to change notification settings - Fork 2
/
cabal.project
297 lines (257 loc) · 8.59 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
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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
-- Custom repository for cardano haskell packages
-- See https://github.com/input-output-hk/cardano-haskell-packages on how to use CHaP in a Haskell project.
repository cardano-haskell-packages
url: https://input-output-hk.github.io/cardano-haskell-packages
secure: True
root-keys:
3e0cce471cf09815f930210f7827266fd09045445d65923e6d0238a6cd15126f
443abb7fb497a134c343faf52f0b659bd7999bc06b7f63fa76dc99d631f9bea1
a86a1f6ce86c449c46666bda44268677abf29b5b2d2eb5ec7af903ec2f117a82
bcec67e8e99cabfa7764d75ad9b158d72bfacf70ca1d0ec8bc6b4406d1bf8413
c00aae8461a256275598500ea0e187588c35a5d5d7454fb57eac18d9edb86a56
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee
index-state: 2023-09-21T00:00:00Z
-- See CONTRIBUTING.adoc for how to update index-state
index-state:
, hackage.haskell.org 2023-04-19T21:29:05Z
, cardano-haskell-packages 2023-05-09T19:32:49Z
packages:
encoins-relay-apps
encoins-relay-server
encoins-relay-client
encoins-relay-verifier
encoins-relay-test
source-repository-package
type: git
location: https://github.com/encryptedcoins/encoins-common
tag: 04ced7526f5bf62bf0fa58675456a0e2d74d1954
subdir:
encoins-common-constant
encoins-common-log
encoins-common-transform
encoins-common-version
source-repository-package
type: git
location: https://github.com/encryptedcoins/cardano-server
tag: 86a9f344f475cf9e6a3d916d4b642bd4e0139d01
subdir:
cardano-server
cardano-server-client
cardano-server-test
source-repository-package
type: git
location: https://github.com/encryptedcoins/plutus-tx-extra.git
tag: v1
source-repository-package
type: git
location: https://github.com/encryptedcoins/plutus-apps-extra
tag: 11d30f8424f86515bb0f2f160761b96fdc8e7c36
subdir:
plutus-apps-extra
source-repository-package
type: git
location: https://github.com/encryptedcoins/csl-types.git
tag: v1.0.1.0
source-repository-package
type: git
location: https://github.com/encryptedcoins/encoins-bulletproofs
tag: v1
source-repository-package
type: git
location: https://github.com/encryptedcoins/encoins-core.git
tag: v1.0.1.0
source-repository-package
type: git
location: https://github.com/input-output-hk/plutus-apps
tag: 68efca7eda4afd1c14698adf697d70acb5a489e2
subdir:
cardano-node-emulator
cardano-streaming
freer-extras
marconi-chain-index
marconi-core
marconi-sidechain
pab-blockfrost
plutus-chain-index
plutus-chain-index-core
plutus-contract
plutus-contract-certification
plutus-e2e-tests
plutus-ledger
plutus-pab
plutus-script-utils
plutus-tx-constraints
-- We never, ever, want this.
write-ghc-environment-files: never
-- Always build tests and benchmarks.
tests: true
benchmarks: true
-- The only sensible test display option, since it allows us to have colourized
-- 'tasty' output.
test-show-details: direct
allow-newer:
-- cardano-ledger packages need aeson >2, the following packages have a
-- too restictive upper bounds on aeson, so we relax them here. The hackage
-- trustees can make a revision to these packages cabal file to solve the
-- issue permanently.
, ekg:aeson
, ekg-json:aeson
, openapi3:aeson
, servant:aeson
, servant-client-core:aeson
, servant-server:aeson
constraints:
-- cardano-prelude-0.1.0.0 needs
, protolude <0.3.1
-- cardano-ledger-byron-0.1.0.0 needs
, cardano-binary <1.5.0.1
-- plutus-core-1.0.0.1 needs
, cardano-crypto-class >2.0.0.0
, algebraic-graphs <0.7
-- cardano-ledger-core-0.1.0.0 needs
, cardano-crypto-class <2.0.0.1
-- cardano-crypto-class-2.0.0.0.1 needs
, cardano-prelude <0.1.0.1
-- dbvar from cardano-wallet needs
, io-classes <0.3.0.0
-- newer typed-protocols need io-classes>=0.3.0.0 which is incompatible with dbvar's constraint above
, typed-protocols==0.1.0.0
, aeson >= 2
, hedgehog >= 1.1
, resource-pool <0.4.0.0
, http2 <4.0.0
-- The plugin will typically fail when producing Haddock documentation. However,
-- in this instance you can simply tell it to defer any errors to runtime (which
-- will never happen since you're building documentation).
--
-- So, any package using 'PlutusTx.compile' in the code for which you need to
-- generate haddock documentation should use the following 'haddock-options'.
package plutus-ledger
haddock-options: "--optghc=-fplugin-opt PlutusTx.Plugin:defer-errors"
package plutus-script-utils
haddock-options: "--optghc=-fplugin-opt PlutusTx.Plugin:defer-errors"
package plutus-contract
haddock-options: "--optghc=-fplugin-opt PlutusTx.Plugin:defer-errors"
-- These packages appear in our dependency tree and are very slow to build.
-- Empirically, turning off optimization shaves off ~50% build time.
-- It also mildly improves recompilation avoidance.
-- For dev work we don't care about performance so much, so this is okay.
package cardano-ledger-alonzo
optimization: False
package ouroboros-consensus-shelley
optimization: False
package ouroboros-consensus-cardano
optimization: False
package cardano-api
optimization: False
package cardano-wallet
optimization: False
package cardano-wallet-core
optimization: False
package cardano-wallet-cli
optimization: False
package cardano-wallet-launcher
optimization: False
package cardano-wallet-core-integration
optimization: False
-- Direct dependency.
-- Compared to others, cardano-wallet doesn't bump dependencies very often.
-- Making it a good place to start when bumping dependencies.
-- As, for example, bumping the node first highly risks breaking API with the wallet.
-- Unless early bug fixes are required, this is fine as the wallet tracks stable releases of the node.
-- And it is indeed nice for plutus-apps to track stable releases of the node too.
--
-- The current version is dated 2022/08/10
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-wallet
tag: 18a931648550246695c790578d4a55ee2f10463e
subdir:
lib/cli
lib/core
lib/core-integration
lib/dbvar
lib/launcher
lib/numeric
lib/shelley
lib/strict-non-empty-containers
lib/test-utils
lib/text-class
-- Direct dependency.
source-repository-package
type: git
location: https://github.com/Quviq/quickcheck-contractmodel
tag: cc43f13f98c704e0d53dbdef6a98367918f8c5c1
subdir:
contractmodel
-- Should follow cardano-wallet.
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-addresses
tag: b7273a5d3c21f1a003595ebf1e1f79c28cd72513
subdir:
-- cardano-addresses-cli
command-line
-- cardano-addresses
core
-- This is needed because we rely on an unreleased feature
-- https://github.com/input-output-hk/cardano-ledger/pull/3111
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger
tag: da3e9ae10cf9ef0b805a046c84745f06643583c2
subdir:
eras/alonzo/impl
eras/alonzo/test-suite
eras/babbage/impl
eras/babbage/test-suite
eras/byron/chain/executable-spec
eras/byron/crypto
eras/byron/crypto/test
eras/byron/ledger/executable-spec
eras/byron/ledger/impl
eras/byron/ledger/impl/test
eras/shelley/impl
eras/shelley/test-suite
eras/shelley-ma/impl
eras/shelley-ma/test-suite
libs/cardano-ledger-core
libs/cardano-ledger-pretty
libs/cardano-protocol-tpraos
libs/cardano-data
libs/vector-map
libs/set-algebra
libs/small-steps
libs/small-steps-test
libs/non-integral
-- HASQL family
source-repository-package
type: git
location: https://github.com/nikita-volkov/hasql-cursor-query
tag: be19a874762366aea8d93b0cbc1a9de0c57c43bb
source-repository-package
type: git
location: https://github.com/nikita-volkov/hasql-transaction
tag: 0336e0c432a0c31ead6097d8d8aa189dbd3a7a1b
source-repository-package
type: git
location: https://github.com/nikita-volkov/hasql
tag: d62949876f487810bd580b7d53c28a8f9a7a4228
source-repository-package
type: git
location: https://github.com/nikita-volkov/hasql-cursor-transaction
tag: 497adbdeb1143d7509a76ea7bc739b8bac72b19f
source-repository-package
type: git
location: https://github.com/nikita-volkov/contravariant-extras
tag: 6603f4b00b8b79a9ae1a9f24d3e2c171ca9ad128
source-repository-package
type: git
location: https://github.com/nikita-volkov/template-haskell-compat-v0208
tag: 4195390d5978bc0bc34c0c02e3e64df2cb1f3e9b
source-repository-package
type: git
location: https://github.com/dhall-lang/dhall-haskell.git
tag: 97f9a5b037efce06c46534542447e23eb16bc2d1
subdir:
dhall