Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 1 addition & 17 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ index-state:
, hackage.haskell.org 2026-02-17T10:15:41Z

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

packages:
./dmq-node
Expand All @@ -33,22 +33,6 @@ if(os(windows))
constraints:
bitvec -simd

-- kes-agent is not yet in CHaP, so we pull it from its GitHub repo
source-repository-package
type: git
location: https://github.com/input-output-hk/kes-agent
tag: 7aedefc0077ffaf93bf46508c1fe0d7efdead227
--sha256: sha256-ZcB0pPex349uH1W7ha5ez7Kx/XadK00j5wRm7+vyX0s=
subdir:
kes-agent
kes-agent-crypto

source-repository-package
type: git
location: https://github.com/IntersectMBO/ouroboros-consensus
tag: 02c68cf3b5133dc6ccf5f42e251766540e511396
--sha256: sha256-C7H3y9nb3XGhIO5GiO1IuHvhkV7f2qnNglkImMgw1W8=

if impl(ghc >= 9.12.0)
allow-newer: *:time,
*:nothunks,
Expand Down
4 changes: 2 additions & 2 deletions dmq-node/dmq-node.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@ library
hashable >=1.0 && <1.6,
io-classes:{io-classes, si-timers, strict-mvar, strict-stm} ^>=1.8.0.1,
iproute ^>=1.7.15,
kes-agent-crypto ^>=1.0,
kes-agent-crypto ^>=1.1.0.0,
mtl,
network ^>=3.2.7,
network-mux ^>=0.10,
nothunks,
optparse-applicative >=0.18 && <0.20,
ouroboros-consensus:{ouroboros-consensus, cardano, diffusion},
ouroboros-network:{ouroboros-network, api, framework, orphan-instances, protocols} ^>=1.0.0.0,
ouroboros-network:{ouroboros-network, api, framework, orphan-instances, protocols} ^>=1.1.0.0,
quiet,
random ^>=1.3,
singletons,
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading