Skip to content

Commit 9796d54

Browse files
committed
bump CHaP and hackage, remove ledger srp
1 parent 7c13074 commit 9796d54

File tree

4 files changed

+36
-83
lines changed

4 files changed

+36
-83
lines changed

cabal.project

Lines changed: 5 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ repository cardano-haskell-packages
1313
-- See CONTRIBUTING for information about these, including some Nix commands
1414
-- you need to run if you change them
1515
index-state:
16-
, hackage.haskell.org 2025-06-22T20:18:27Z
17-
, cardano-haskell-packages 2025-08-21T00:00:00Z
16+
, hackage.haskell.org 2025-09-11T01:58:40Z
17+
, cardano-haskell-packages 2025-09-10T20:31:08Z
1818

1919
packages:
2020
cardano-api
@@ -171,41 +171,12 @@ allow-newer:
171171
-- , hedgehog-quickcheck:QuickCheck
172172
, *:QuickCheck
173173

174-
source-repository-package
175-
type: git
176-
location: https://github.com/IntersectMBO/cardano-ledger
177-
tag: 4edd7fd8b7101d24625c88d45c31f15e6345998e
178-
--sha256: sha256-cJQIEmKeGDOkvNMm4Gmhp3l0Ikhpu/PQD9WqzSZWB68=
179-
subdir:
180-
eras/allegra/impl
181-
eras/alonzo/impl
182-
eras/alonzo/test-suite
183-
eras/babbage/impl
184-
eras/byron/chain/executable-spec
185-
eras/byron/crypto
186-
eras/byron/ledger/executable-spec
187-
eras/byron/ledger/impl
188-
eras/conway/impl
189-
eras/dijkstra
190-
eras/mary/impl
191-
eras/shelley/impl
192-
eras/shelley-ma/test-suite
193-
eras/shelley/test-suite
194-
libs/cardano-data
195-
libs/cardano-ledger-api
196-
libs/cardano-ledger-binary
197-
libs/cardano-ledger-core
198-
libs/cardano-protocol-tpraos
199-
libs/non-integral
200-
libs/set-algebra
201-
libs/small-steps
202-
libs/vector-map
203-
204174
source-repository-package
205175
type: git
206176
location: https://github.com/IntersectMBO/ouroboros-consensus
207-
tag: e62e46a91e1912dede59ee48ce55bd09574ca72a
208-
--sha256: sha256-up0zy9tN1+wOxFO2cD/9W69HVaZjw8+aL8jJPf7LTCw=
177+
-- latest master
178+
tag: 8d56cce5d995e8fc5dada4e67a418fef30cbede0
179+
--sha256: sha256-vXSfWB0bue1kRM5Fy3Dqf96fhainoq7ue3d+dBVFCjY=
209180
subdir:
210181
ouroboros-consensus
211182
ouroboros-consensus-cardano

cardano-api/cardano-api.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ library
132132
cardano-ledger-byron >=1.2,
133133
cardano-ledger-conway >=1.19,
134134
cardano-ledger-core >=1.17 && <1.19,
135-
cardano-ledger-dijkstra >= 0.1,
135+
cardano-ledger-dijkstra >=0.1,
136136
cardano-ledger-mary >=1.8,
137137
cardano-ledger-shelley >=1.16,
138138
cardano-protocol-tpraos >=1.4,
@@ -189,7 +189,7 @@ library
189189
time,
190190
transformers,
191191
transformers-except ^>=0.1.3,
192-
typed-protocols ^>= 1.0,
192+
typed-protocols ^>=1.0,
193193
validation,
194194
vector,
195195
yaml,
@@ -325,8 +325,8 @@ library gen
325325
cardano-ledger-byron-test >=1.5,
326326
cardano-ledger-conway,
327327
cardano-ledger-core >=1.14,
328-
cardano-ledger-mary,
329328
cardano-ledger-dijkstra >=0.1,
329+
cardano-ledger-mary,
330330
cardano-ledger-shelley >=1.13,
331331
cardano-strict-containers,
332332
containers,
@@ -361,11 +361,11 @@ test-suite cardano-api-test
361361
cardano-crypto-tests ^>=2.2,
362362
cardano-crypto-wrapper,
363363
cardano-ledger-alonzo,
364+
cardano-ledger-api >=1.11,
364365
cardano-ledger-binary,
365366
cardano-ledger-conway,
366367
cardano-ledger-core >=1.14,
367368
cardano-ledger-mary,
368-
cardano-ledger-api >=1.11,
369369
cardano-protocol-tpraos,
370370
cardano-slotting,
371371
cborg,
@@ -434,16 +434,16 @@ test-suite cardano-api-golden
434434
cardano-crypto-class ^>=2.2.1,
435435
cardano-data >=1.0,
436436
cardano-ledger-alonzo,
437+
cardano-ledger-api >=1.11,
437438
cardano-ledger-binary,
438439
cardano-ledger-core >=1.14,
439440
cardano-ledger-shelley,
440-
cardano-ledger-api >=1.11,
441441
cardano-protocol-tpraos,
442442
containers,
443443
errors,
444444
filepath,
445445
hedgehog >=1.1,
446-
hedgehog-extras ^>=0.8,
446+
hedgehog-extras ^>=0.10,
447447
microlens,
448448
plutus-core ^>=1.52,
449449
plutus-ledger-api,

cardano-wasm/cardano-wasm.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ test-suite cardano-wasm-golden
8585
build-depends:
8686
filepath,
8787
hedgehog >=1.1,
88-
hedgehog-extras ^>=0.8,
88+
hedgehog-extras ^>=0.10,
8989
tasty,
9090
tasty-hedgehog,
9191

flake.lock

Lines changed: 24 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)