Skip to content

Commit ac1a8db

Browse files
authored
Bump CHaP index-state, add kes-agent-crypto to build-depends (#1694)
This PR bumps the CHaP index-state to pick up the new version of `kes-agent` and adds `kes-agent-crypto` (now split into a separate package) to build-depends where necessary
2 parents 8b98625 + 97a0c73 commit ac1a8db

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ index-state:
1616
-- Bump this if you need newer packages from Hackage
1717
, hackage.haskell.org 2025-09-11T01:58:40Z
1818
-- Bump this if you need newer packages from CHaP
19-
, cardano-haskell-packages 2025-09-10T20:31:08Z
19+
, cardano-haskell-packages 2025-09-24T15:29:30Z
2020

2121
packages:
2222
ouroboros-consensus

flake.lock

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

ouroboros-consensus-cardano/ouroboros-consensus-cardano.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,8 @@ library unstable-shelley-testlib
327327
cardano-strict-containers,
328328
containers,
329329
contra-tracer,
330-
kes-agent,
330+
kes-agent <1,
331+
kes-agent-crypto <1,
331332
microlens,
332333
mtl,
333334
ouroboros-consensus:{ouroboros-consensus, unstable-consensus-testlib},

ouroboros-consensus-protocol/ouroboros-consensus-protocol.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ library
7979
contra-tracer ^>=0.1.0,
8080
io-classes ^>=1.8.0,
8181
io-sim,
82-
kes-agent,
82+
kes-agent <1,
83+
kes-agent-crypto <1,
8384
mtl,
8485
network ^>=3.2.7,
8586
nothunks,

0 commit comments

Comments
 (0)