Skip to content

Commit e866317

Browse files
committed
WIP: fix tracer-dispatcher exposed-modules for -f+rtview
1 parent 97815b7 commit e866317

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

trace-dispatcher/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for trace-dispatcher
22

3+
## unreleased
4+
5+
* Expose the `Cardano.Logging.Types.NodePeers` module for `rtview` cabal flag.
6+
37
## 2.11.1 -- Jan 2026
48

59
* Add strict `contramap'` (infix alias `>!$!<`) to the API, capturing a common pattern to avoid unintentional space leaks when composing tracers

trace-dispatcher/trace-dispatcher.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: trace-dispatcher
4-
version: 2.11.1
4+
version: 2.11.2
55
synopsis: Tracers for Cardano
66
description: Package for development of simple and efficient tracers
77
based on the arrow based contra-tracer package
@@ -63,6 +63,7 @@ library
6363
Cardano.Logging.Types
6464
Cardano.Logging.Types.TraceMessage
6565
Cardano.Logging.Types.NodeInfo
66+
Cardano.Logging.Types.NodePeers
6667
Cardano.Logging.Types.NodeStartupInfo
6768
Cardano.Logging.Utils
6869
Control.Tracer.Arrow

0 commit comments

Comments
 (0)