@@ -92,27 +92,28 @@ constraints:
92
92
, protolude >= 0.3.2
93
93
94
94
-- TODO: these should be set in cabal files, but avoiding setting them in lower dependencies for initial CHaP release
95
-
96
- -- Needed until ouroboros-network gets proper bounds
97
- , byron-spec-chain == 0.1.1.1
98
- , byron-spec-ledger == 0.1.1.1
99
- , cardano-binary == 1.5.0
100
- , cardano-ledger-alonzo == 0.1.1.1
101
- , cardano-ledger-babbage == 0.1.1.1
102
- , cardano-ledger-byron == 0.1.1.1
103
- , cardano-ledger-byron-test == 1.4.1
104
- , cardano-ledger-conway == 0.1.1.1
105
- , cardano-ledger-core == 0.1.1.1
106
- , cardano-ledger-pretty == 0.1.1.1
107
- , cardano-ledger-shelley == 0.1.1.1
108
- , cardano-ledger-shelley-ma == 0.1.1.1
109
- , cardano-ledger-shelley-test == 0.1.1.1
110
- , cardano-protocol-tpraos == 0.1.1.1
111
- , hedgehog-extras >= 0.3.0.3
112
-
113
- -- We'll need this once ouroboros has been pushed into CHaP
114
- -- extra-packages:
115
- -- ouroboros-consensus-cardano-tools == 0.1.0.0
95
+ , cardano-prelude == 0.1.0.1
96
+ , base-deriving-via == 0.1.0.0
97
+ , cardano-binary == 1.5.0
98
+ , cardano-binary-test == 1.3.0
99
+ , cardano-crypto-class == 2.0.0.1
100
+ , cardano-crypto-praos == 2.0.0.0.1
101
+ , cardano-crypto-tests == 2.0.0.0.1
102
+ , cardano-slotting == 0.1.0.0
103
+ , measures == 0.1.0.0
104
+ , orphans-deriving-via == 0.1.0.0
105
+ , strict-containers == 0.1.0.0
106
+ , plutus-core == 1.0.0.1
107
+ , plutus-ledger-api == 1.0.0.1
108
+ , plutus-tx == 1.0.0.0
109
+ , plutus-tx-plugin == 1.0.0.0
110
+ , prettyprinter-configurable == 0.1.0.0
111
+ , plutus-ghc-stub == 8.6.5
112
+ , word-array == 0.1.0.0
113
+ , word-array == 0.1.0.0
114
+ , io-classes == 0.2.0.0
115
+ , typed-protocols == 0.1.0.0
116
+ , typed-protocols-examples == 0.1.0.0
116
117
117
118
package snap-server
118
119
flags : +openssl
@@ -145,59 +146,61 @@ source-repository-package
145
146
tag : 4ec92ded05ccf59ba4a874be4b404ac1b6d666b6
146
147
--sha256 : 00fvvaf4ir4hskq4a6gggbh2wmdvy8j8kn6s4m1p1vlh8m8mq514
147
148
148
- -- And has the adjustments for the ledger refactor
149
- source-repository-package
150
- type : git
151
- location : https://github.com/input-output-hk/ouroboros-network
152
- tag : 9128bfcc044fc882decb0cf112545abf9bc2d615
153
- --sha256 : 0hdh7xdrvxw943r6qr0xr4kwszindh5mnsn1lww6qdnxnmn7wcsc
154
- subdir :
155
- monoidal-synchronisation
156
- network-mux
157
- ouroboros-consensus
158
- ouroboros-consensus-byron
159
- ouroboros-consensus-cardano
160
- ouroboros-consensus-protocol
161
- ouroboros-consensus-shelley
162
- ouroboros-network
163
- ouroboros-network-framework
164
- ouroboros-network-testing
165
-
149
+ -- This is https://github.com/input-output-hk/cardano-ledger/pull/3080
150
+ -- which is release/1.1.x + heapword split compatibility.
166
151
source-repository-package
167
- type : git
168
- location : https://github.com/input-output-hk/cardano-ledger
169
- tag : 49613f11e034485c8377945c86c0465726c0860c
170
- --sha256 : 0i9x66yqkrvx2w79dy6lzlya82yxc8567rgjj828vc2d46d6nvx6
171
- subdir :
172
- eras/alonzo/impl
173
- eras/alonzo/test-suite
174
- eras/babbage/impl
175
- eras/babbage/test-suite
176
- eras/byron/chain/executable-spec
177
- eras/byron/crypto
178
- eras/byron/crypto/test
179
- eras/byron/ledger/executable-spec
180
- eras/byron/ledger/impl
181
- eras/byron/ledger/impl/test
182
- eras/shelley/impl
183
- eras/shelley/test-suite
184
- eras/shelley-ma/impl
185
- eras/shelley-ma/test-suite
186
- libs/cardano-ledger-core
187
- libs/cardano-ledger-pretty
188
- libs/cardano-protocol-tpraos
189
- libs/cardano-data
190
- libs/vector-map
191
- libs/set-algebra
192
- libs/small-steps
193
- libs/small-steps-test
194
- libs/non-integral
195
-
152
+ type : git
153
+ location : https://github.com/input-output-hk/cardano-ledger
154
+ tag : cb29b038a5e8ae5a91f3e6fbc34b474c27cc1d87
155
+ --sha256 : 0gxb9xghsacr0qaljhq3qzvmb2f1wwmly89prwqy4fdm9mvqiq95
156
+ subdir :
157
+ eras/alonzo/impl
158
+ eras/alonzo/test-suite
159
+ eras/babbage/impl
160
+ eras/babbage/test-suite
161
+ eras/byron/chain/executable-spec
162
+ eras/byron/crypto
163
+ eras/byron/crypto/test
164
+ eras/byron/ledger/executable-spec
165
+ eras/byron/ledger/impl
166
+ eras/byron/ledger/impl/test
167
+ eras/conway/impl
168
+ eras/shelley/impl
169
+ eras/shelley/test-suite
170
+ eras/shelley-ma/impl
171
+ eras/shelley-ma/test-suite
172
+ libs/cardano-ledger-core
173
+ libs/cardano-ledger-pretty
174
+ libs/cardano-protocol-tpraos
175
+ libs/cardano-data
176
+ libs/vector-map
177
+ libs/set-algebra
178
+ libs/small-steps
179
+ libs/small-steps-test
180
+ libs/non-integral
181
+
182
+ -- 774f3e445e4cadf78d38a2b9d20b620d3b576835 is c764553561bed8978d2c6753d1608dc65449617a+44
183
+ -- a38f898a3740925ccaa0617fa870ca7054a485a6 is 774f3e445e4cadf78d38a2b9d20b620d3b576835+1 (strict-containers -> cardano-strict-containers)
184
+ -- And has the adjustments for the ledger refactor
196
185
source-repository-package
197
- type : git
198
- location : https://github.com/input-output-hk/cardano-prelude
199
- tag : 533aec85c1ca05c7d171da44b89341fb736ecfe5
200
- --sha256 : 0z2y3wzppc12bpn9bl48776ms3nszw8j58xfsdxf97nzjgrmd62g
201
- subdir :
202
- cardano-prelude
203
- cardano-prelude-test
186
+ type : git
187
+ location : https://github.com/input-output-hk/ouroboros-network
188
+ tag : a38f898a3740925ccaa0617fa870ca7054a485a6
189
+ --sha256 : 0hdh7xdrvxw943r6qr0xr4kwszindh5mnsn1lww6qdnxnmn7wcsc
190
+ subdir :
191
+ monoidal-synchronisation
192
+ network-mux
193
+ ouroboros-consensus
194
+ ouroboros-consensus-byron
195
+ ouroboros-consensus-cardano
196
+ ouroboros-consensus-protocol
197
+ ouroboros-consensus-shelley
198
+ ouroboros-network
199
+ ouroboros-network-framework
200
+ ouroboros-network-testing
201
+
202
+ -- Notes:
203
+ -- ledger 1.1.x + heapword split
204
+ -- => protolude > 0.3.2
205
+ -- => cardano-prelude > 1.0.0.0
206
+ -- => cardano-crypto-class == 2.0.0.1
0 commit comments