-
Notifications
You must be signed in to change notification settings - Fork 176
Expand file tree
/
Copy pathcabal.project
More file actions
184 lines (167 loc) · 5.34 KB
/
cabal.project
File metadata and controls
184 lines (167 loc) · 5.34 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
-- 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
source-repository-package
type: git
location: https://github.com/IntersectMBO/formal-ledger-specifications.git
subdir: hs
-- !WARNING!:
-- MAKE SURE THIS POINTS TO A COMMIT IN `*-artifacts` BEFORE MERGE!
tag: f478f2206df3c12c062bd6674d206456f3206ceb
source-repository-package
type: git
location: https://github.com/input-output-hk/constrained-generators.git
--sha256: sha256-h0bJTwdfJG84XrERJJoBBi5ZzRHgeVoZWS2yW/z7LiU=
tag: 966f65f3c28cb22fc45220dbd1408baea93b53d8
-- NOTE: If you would like to update the above,
-- see CONTRIBUTING.md#to-update-the-referenced-agda-ledger-spec
index-state:
, hackage.haskell.org 2026-04-10T10:16:43Z
, cardano-haskell-packages 2026-04-11T06:29:42Z
packages:
-- == Byron era ==
-- byron-spec-chain:
-- byron-spec-ledger:
-- cardano-ledger-byron:
-- cardano-crypto-wrapper:
-- Packages used during development and are not released to CHaPs:
eras/allegra/impl
eras/alonzo/impl
eras/alonzo/test-suite
eras/babbage/impl
eras/conway/impl
eras/dijkstra/impl
eras/mary/impl
eras/shelley/impl
eras/shelley/test-suite
eras/shelley-ma/test-suite
libs/cardano-ledger-api
libs/cardano-ledger-binary
libs/cardano-ledger-canonical-state
libs/cardano-ledger-core
libs/cardano-protocol-tpraos
libs/non-integral
libs/small-steps
libs/cardano-data
libs/vector-map
eras/byron/chain/executable-spec
eras/byron/ledger/executable-spec
eras/byron/ledger/impl
eras/byron/crypto
libs/cardano-ledger-conformance
libs/cardano-ledger-test
libs/plutus-preprocessor
libs/ledger-state
libs/cardano-ledger-repl-environment
program-options
ghc-options: -Werror
package plutus-preprocessor
haddock-options: "--optghc=-fplugin-opt=PlutusTx.Plugin:defer-errors"
package cardano-ledger-core
flags: +asserts
package cardano-ledger-shelley
flags: +asserts
package cardano-ledger-mary
flags: +asserts
package cardano-ledger-conway
flags: +asserts
-- Always write GHC env files, because they are needed for repl and 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
allow-newer:
-- Drop this when the bounds in plutus-core are updated
plutus-core:cardano-crypto-class
if impl(ghc >=9.12)
allow-newer:
-- Unique: https://github.com/kapralVV/Unique/issues/11
, Unique:hashable
source-repository-package
type: git
location: https://github.com/tweag/cardano-cls.git
subdir: merkle-tree-incremental mempack-scls scls-cbor scls-cardano scls-format scls-core
--sha256: sha256-jqQ2LtEwPAEcTnEHonpMGVmhMyU6rvv3FMq271qgrWc=
tag: 3658206b4cefa596c3eb190875305a073965b417
constraints:
-- Happy version 2.2.1 fails to compile haskell-src-exts
, happy < 2.2.1
if impl(ghc >=9.14)
source-repository-package
type: git
-- https://github.com/snowleopard/alga/issues/322
location: https://github.com/snowleopard/alga/
--sha256: sha256-sQRAjHV+bor/SBt/zDtcw3tN1ir7xjjevEdyYqilNWg=
tag: d4e43fb42db05413459fb2df493361d5a666588a
if impl(ghc >=9.14)
constraints:
, containers >= 0.8
, foldl >= 1.4.18
allow-newer:
-- https://github.com/IntersectMBO/cardano-ledger/issues/5588
-- Plutus stuff has been fixed in the master branch on Github,
-- but not yet released to CHaP.
, aeson:QuickCheck
, aeson:base
, aeson:containers
, aeson:data-fix
, aeson:template-haskell
, aeson:time
, binary-orphans:base
, boring:base
, canonical-json:containers
, cborg:base
, cborg:containers
, serialise:base
, serialise:containers
, config-ini:containers
, constraints-extras:base
, constraints-extras:template-haskell
, dependent-map:constraints-extras
, dependent-map:containers
, dictionary-sharing:containers
, dec:base
, bin:base
, fin:base
, ral:base
, http-api-data:base
, http-api-data:containers
, indexed-traversable:base
, indexed-traversable:containers
, indexed-traversable-instances:base
, microstache:base
, microstache:containers
, nonempty-vector:base
, ordered-containers:containers
, persistent:template-haskell
, plutus-core:dependent-map
, plutus-core:vty
, plutus-core:vty-crossplatform
, pqueue:base
, quickcheck-instances:base
, quickcheck-instances:containers
, quickcheck-instances:these
, quickcheck-instances:uuid-types
, safe-wild-cards:template-haskell
, semialign:base
, semialign:containers
, semialign:indexed-traversable
, semialign:indexed-traversable-instances
, these:base
, tree-diff:QuickCheck
, tree-diff:base
, tree-diff:containers
, tree-diff:time
, universe-base:base
, universe-base:containers
, uuid-types:template-haskell