File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
3
3
name : cardano-node
4
- version : 8.3.0
4
+ version : 8.3.1
5
5
synopsis : The cardano full node
6
6
description : The cardano full node.
7
7
category : Cardano,
@@ -194,8 +194,8 @@ library
194
194
, strict-stm
195
195
, text >= 2.0
196
196
, time
197
- , trace-dispatcher ^>= 2.0
198
- , trace-forward ^>= 2.0
197
+ , trace-dispatcher ^>= 2.1
198
+ , trace-forward ^>= 2.1
199
199
, trace-resources ^>= 0.2
200
200
, tracer-transformers
201
201
, transformers
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
3
3
name : trace-dispatcher
4
- version : 2.0.3
4
+ version : 2.1.0
5
5
synopsis : Tracers for Cardano
6
6
description : Package for development of simple and efficient tracers
7
7
based on the arrow based contra-tracer package
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
3
3
name : trace-forward
4
- version : 2.0.2
4
+ version : 2.1.0
5
5
synopsis : The forwarding protocols library for cardano node.
6
6
description : The library providing typed protocols for forwarding different
7
7
information from the cardano node to an external application.
@@ -63,9 +63,9 @@ library
63
63
, contra-tracer
64
64
, deepseq
65
65
, extra
66
- , io-classes
67
- , ouroboros-network-api >= 0.3
68
- , ouroboros-network-framework >= 0.7
66
+ , io-classes ^ >= 1.1
67
+ , ouroboros-network-api ^ >= 0.5.0
68
+ , ouroboros-network-framework ^ >= 0.7
69
69
, serialise
70
70
, stm
71
71
, text
@@ -95,10 +95,10 @@ test-suite test
95
95
build-depends : aeson
96
96
, bytestring
97
97
, contra-tracer
98
- , io-classes
99
- , io-sim
100
- , ouroboros-network-api
101
- , ouroboros-network-framework
98
+ , io-classes ^ >= 1.1
99
+ , io-sim ^ >= 1.1
100
+ , ouroboros-network-api ^ >= 0.5.0
101
+ , ouroboros-network-framework ^ >= 0.7
102
102
, trace-forward
103
103
, QuickCheck
104
104
, serialise
You can’t perform that action at this time.
0 commit comments