Skip to content

Commit cc2c8a2

Browse files
authored
Merge pull request #42 from IntersectMBO/coot/updated-dependencies
Updated dependencies
2 parents f631ef1 + 19e3b59 commit cc2c8a2

3 files changed

Lines changed: 6 additions & 22 deletions

File tree

cabal.project

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ index-state:
1818
, hackage.haskell.org 2026-02-17T10:15:41Z
1919

2020
-- Bump this if you need newer packages from CHaP
21-
, cardano-haskell-packages 2026-03-11T15:05:51Z
21+
, cardano-haskell-packages 2026-03-17T12:33:13Z
2222

2323
packages:
2424
./dmq-node
@@ -33,22 +33,6 @@ if(os(windows))
3333
constraints:
3434
bitvec -simd
3535

36-
-- kes-agent is not yet in CHaP, so we pull it from its GitHub repo
37-
source-repository-package
38-
type: git
39-
location: https://github.com/input-output-hk/kes-agent
40-
tag: 7aedefc0077ffaf93bf46508c1fe0d7efdead227
41-
--sha256: sha256-ZcB0pPex349uH1W7ha5ez7Kx/XadK00j5wRm7+vyX0s=
42-
subdir:
43-
kes-agent
44-
kes-agent-crypto
45-
46-
source-repository-package
47-
type: git
48-
location: https://github.com/IntersectMBO/ouroboros-consensus
49-
tag: 02c68cf3b5133dc6ccf5f42e251766540e511396
50-
--sha256: sha256-C7H3y9nb3XGhIO5GiO1IuHvhkV7f2qnNglkImMgw1W8=
51-
5236
if impl(ghc >= 9.12.0)
5337
allow-newer: *:time,
5438
*:nothunks,

dmq-node/dmq-node.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@ library
120120
hashable >=1.0 && <1.6,
121121
io-classes:{io-classes, si-timers, strict-mvar, strict-stm} ^>=1.8.0.1,
122122
iproute ^>=1.7.15,
123-
kes-agent-crypto ^>=1.0,
123+
kes-agent-crypto ^>=1.1.0.0,
124124
mtl,
125125
network ^>=3.2.7,
126126
network-mux ^>=0.10,
127127
nothunks,
128128
optparse-applicative >=0.18 && <0.20,
129129
ouroboros-consensus:{ouroboros-consensus, cardano, diffusion},
130-
ouroboros-network:{ouroboros-network, api, framework, orphan-instances, protocols} ^>=1.0.0.0,
130+
ouroboros-network:{ouroboros-network, api, framework, orphan-instances, protocols} ^>=1.1.0.0,
131131
quiet,
132132
random ^>=1.3,
133133
singletons,

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.

0 commit comments

Comments
 (0)