Skip to content

Commit 7602ed5

Browse files
committed
Cabal versions
1 parent 25a8a05 commit 7602ed5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

cardano-node/cardano-node.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ library
211211
, sop-extras
212212
, text >= 2.0
213213
, time
214-
, trace-dispatcher ^>= 2.9.2
215-
, trace-forward ^>= 2.2.11
214+
, trace-dispatcher ^>= 2.10.0
215+
, trace-forward ^>= 2.3.0
216216
, trace-resources ^>= 0.2.3
217217
, tracer-transformers
218218
, transformers

cardano-tracer/cardano-tracer.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ library
196196
, string-qq
197197
, text
198198
, time
199-
, trace-dispatcher ^>= 2.9.2
200-
, trace-forward ^>= 2.2.11
199+
, trace-dispatcher ^>= 2.10.0
200+
, trace-forward ^>= 2.3.0
201201
, trace-resources ^>= 0.2.3
202202
, wai ^>= 3.2
203203
, warp ^>= 3.4

trace-dispatcher/trace-dispatcher.cabal

Lines changed: 1 addition & 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.9.2
4+
version: 2.10.0
55
synopsis: Tracers for Cardano
66
description: Package for development of simple and efficient tracers
77
based on the arrow based contra-tracer package

trace-forward/trace-forward.cabal

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

33
name: trace-forward
4-
version: 2.2.11
4+
version: 2.3.0
55
synopsis: The forwarding protocols library for cardano node.
66
description: The library providing typed protocols for forwarding different
77
information from the cardano node to an external application.

0 commit comments

Comments
 (0)