-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathcabal.project
More file actions
269 lines (239 loc) · 7.47 KB
/
cabal.project
File metadata and controls
269 lines (239 loc) · 7.47 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
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
-- Custom repository for cardano haskell packages, see CONTRIBUTING for more
repository cardano-haskell-packages
url: https://chap.intersectmbo.org/
secure: True
root-keys:
3e0cce471cf09815f930210f7827266fd09045445d65923e6d0238a6cd15126f
443abb7fb497a134c343faf52f0b659bd7999bc06b7f63fa76dc99d631f9bea1
a86a1f6ce86c449c46666bda44268677abf29b5b2d2eb5ec7af903ec2f117a82
bcec67e8e99cabfa7764d75ad9b158d72bfacf70ca1d0ec8bc6b4406d1bf8413
c00aae8461a256275598500ea0e187588c35a5d5d7454fb57eac18d9edb86a56
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee
-- See CONTRIBUTING for information about these, including some Nix commands
-- you need to run if you change them
index-state:
, hackage.haskell.org 2026-04-17T09:20:55Z
, cardano-haskell-packages 2026-04-15T11:20:53Z
active-repositories:
, :rest
, cardano-haskell-packages:override
packages:
cardano-api
cardano-api-gen
cardano-wasm
cardano-rpc
extra-packages: Cabal
program-options
ghc-options: -Werror
package crypton
-- Using RDRAND instead of /dev/urandom as an entropy source for key
-- generation is dubious. Set the flag so we use /dev/urandom by default.
flags: -support_rdrand
-- disable c++ nonsense on bitvec, to make it compile. The windows linker/loader
-- chokes on c++ dependencies.
package bitvec
flags: -simd
tests: True
test-show-details: direct
-- Always write GHC env files, because they are needed for ghci.
write-ghc-environment-files: always
-- enable parallel builds
jobs: $ncpus
semaphore: True
constraints:
-- haskell.nix patch does not work for 1.6.8
, any.crypton-x509-system < 1.6.8
if impl(ghc >= 9.12)
allow-newer:
-- we need newer io-classes: https://github.com/input-output-hk/typed-protocols/tree/coot/io-classes-1.9
, io-classes:time
, ouroboros-network:time
, nothunks:time
, network-mux:time
-- WASM compilation specific
if arch(wasm32)
source-repository-package
type: git
location: https://github.com/intersectmbo/plutus.git
tag: d1684df33d1b7226dfa5f2247aa67a46c2d5453b
subdir:
plutus-core
plutus-ledger-api
plutus-tx
--sha256: sha256-MsWo1QORm/3c9X5wS9DJWFoBTmUPJyPUkemDDn399ok=
package plutus-core
flags: +do-not-build-plutus-exec
source-repository-package
type: git
location: https://github.com/haskell-wasm/hs-memory.git
tag: a198a76c584dc2cfdcde6b431968de92a5fed65e
--sha256: sha256-LRC3L+J921+/moZS7F17vCfM/4usYy/eMR+w/mXsjeA=
source-repository-package
type: git
location: https://github.com/palas/criterion.git
tag: dd160d2b5f051e918e72fe1957d77905682b8d6c
subdir:
criterion-measurement
--sha256: sha256-wzEwOUTeFL0C3QnS25/3X1ue2tUuedrLqtT0h1JZW6c=
source-repository-package
type: git
location: https://github.com/palas/haskell-lmdb-mock.git
tag: c8d61e6eee03ee271e7768c0576110da885aec48
--sha256: sha256-+gB1MmM6qRApz1p7tFsdvKoAWDrYB4a+bJ9Djm6ieYI=
source-repository-package
type: git
location: https://github.com/palas/double-conversion.git
tag: b2030245727ee56de76507fe305e3741f6ce3260
--sha256: sha256-kzwHHQzHPfPnIDtnSDAom7YGSzWjr0113x0zsfI/Tb0=
source-repository-package
type: git
location: https://github.com/amesgen/cborg
tag: 2dff24d241d9940c5a7f5e817fcf4c1aa4a8d4bf
subdir: cborg
--sha256: sha256-yuz1apKQ0EB9LtJkc/I1EEtB4oZnURMvCckvdFbT6qM=
source-repository-package
type: git
location: https://github.com/Jimbo4350/foundation.git
tag: b3cb78484fe6f6ce1dfcef59e72ceccc530e86ac
subdir:
basement
foundation
--sha256: sha256-QKKHl/XocxGD7bwAoGe7VaIg9o8x4dA20j3sJOgiTBw=
source-repository-package
type: git
location: https://github.com/haskell-wasm/network
tag: ab92e48e9fdf3abe214f85fdbe5301c1280e14e9
--sha256: sha256-U+ln/gbXoQZpNjZHydNa0FG/9GdJFgL1+T3+7KTzDWo=
package cardano-crypto-praos
flags: -external-libsodium-vrf
package atomic-counter
flags: +no-cmm
constraints: time installed
allow-newer: time
package crypton
ghc-options: -optc-DARGON2_NO_THREADS
-- make digest not look for zlib in pkg-config, which is desired on WASM
package digest
flags: -pkg-config
-- IMPORTANT
-- Do NOT add more source-repository-package stanzas here unless they are strictly
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.
-- cabal-allow-newer
if impl(ghc >= 9.14)
allow-newer:
, aeson:QuickCheck
, aeson:containers
, aeson:template-haskell
, aeson:time
, bin:QuickCheck
, bin:base
, binary:containers
, binary-orphans:base
, blockio:base
, blockio:io-classes
, boring:base
, bytestring-trie:base
, canonical-json:containers
, cardano-addresses:containers
, cardano-addresses:template-haskell
, cardano-diffusion:io-classes
, cardano-prelude:canonical-json
, cborg:base
, cborg:containers
, cborg-json:base
, compact:base
, config-ini:containers
, constraints:boring
, constraints-extras:template-haskell
, criterion:microstache
, data-elevator:base
, dec:base
, dependent-map:containers
, dictionary-sharing:containers
, diff-containers:base
, discrimination:ghc-bignum
, discrimination-ieee754:base
, fin:QuickCheck
, fin:base
, fin:universe-base
, fs-sim:QuickCheck
, ghc:binary
, ghc:time
, grapesy:base
, grapesy:containers
, grpc-spec:base
, grpc-spec:containers
, hedgehog-extras:base
, hedgehog-quickcheck:QuickCheck
, http-api-data:text-iso8601
, indexed-traversable:base
, indexed-traversable:containers
, indexed-traversable-instances:base
, io-classes:base
, io-sim:io-classes
, lens-family:base
, lens-family:containers
, lens-family:lens-family-core
, lens-family-core:containers
, lsm-tree:base
, lsm-tree:cborg
, lsm-tree:containers
, lsm-tree:io-classes
, microstache:base
, microstache:containers
, network-mux:io-classes
, nonempty-vector:base
, ordered-containers:containers
, ouroboros-consensus:cborg
, ouroboros-consensus:fs-sim
, ouroboros-consensus:io-classes
, ouroboros-consensus:quickcheck-state-machine
, ouroboros-network:io-classes
, parsec:base
, plutus-core:dependent-map
, plutus-ledger-api:plutus-core
, proto-lens:base
, proto-lens:lens-family
, proto-lens-arbitrary:base
, proto-lens-discrimination:base
, proto-lens-optparse:base
, proto-lens-protobuf-types:base
, proto-lens-protoc:base
, proto-lens-protoc:ghc
, proto-lens-runtime:base
, proto-lens-setup:base
, quickcheck-instances:QuickCheck
, quickcheck-instances:array
, quickcheck-instances:base
, quickcheck-instances:containers
, quickcheck-instances:uuid-types
, quickcheck-state-machine:QuickCheck
, ral:QuickCheck
, ral:base
, ral:fin
, ral:indexed-traversable
, safe-wild-cards:template-haskell
, semialign:base
, semialign:containers
, serdoc-core:template-haskell
, serialise:base
, serialise:containers
, serialise:time
, text:array
, text:base
, text:template-haskell
, text-iso8601:time
, these:base
, time-compat:time
, trace-dispatcher:aeson
, tree-diff:QuickCheck
, tree-diff:base
, tree-diff:containers
, tree-diff:semialign
, tree-diff:time
, typed-protocols:io-classes
, universe-base:base
, universe-base:containers
, unix:time
, uuid-types:template-haskell
, with-utf8:base