Skip to content
Open
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
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ index-state:
, hackage.haskell.org 2026-06-29T22:49:53Z

-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2026-06-29T12:05:19Z
, cardano-haskell-packages 2026-07-02T10:10:00Z

active-repositories:
, :rest
Expand Down
2 changes: 1 addition & 1 deletion cardano-diffusion/cardano-diffusion.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ library tracing
base >=4.14 && <4.23,
cardano-diffusion,
text,
trace-dispatcher ^>=2.12.0,
trace-dispatcher ^>=2.13.0,

if flag(asserts)
ghc-options: -fno-ignore-asserts
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Breaking

- Bumped `trace-dispatcher` to `^>=2.13`.
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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Breaking

- Bumped `trace-dispatcher` to `^>=2.13`.
2 changes: 1 addition & 1 deletion ouroboros-network/ouroboros-network.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ library tracing
network-mux,
ouroboros-network:{ouroboros-network, api, framework, orphan-instances, protocols},
text,
trace-dispatcher ^>=2.12.0,
trace-dispatcher ^>=2.13.0,
typed-protocols:{typed-protocols, stateful},

if flag(asserts)
Expand Down