Skip to content

Commit 011669b

Browse files
authored
Merge pull request #37 from input-output-hk/erikd/iog-contra-tracer
Use iog-contra-tracer instead of contra-tracer
2 parents ee4ef2c + 84e6233 commit 011669b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

cabal.project

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ repository cardano-haskell-packages
1111
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee
1212

1313
index-state:
14-
, hackage.haskell.org 2023-05-03T10:02:50Z
15-
, cardano-haskell-packages 2023-04-24T15:33:00Z
14+
, hackage.haskell.org 2023-05-04T00:55:55Z
15+
, cardano-haskell-packages 2023-05-12T01:10:29Z
16+
1617

1718
packages: ./typed-protocols
1819
./typed-protocols-cborg

typed-protocols-examples/typed-protocols-examples.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ library
4747
bytestring,
4848
cborg,
4949
serialise,
50-
contra-tracer,
50+
iog-contra-tracer,
5151
io-classes,
5252
si-timers,
5353
time,
@@ -73,7 +73,7 @@ test-suite test
7373
, Network.TypedProtocol.ReqResp.Tests
7474
build-depends: base
7575
, bytestring
76-
, contra-tracer
76+
, iog-contra-tracer
7777
, typed-protocols
7878
, typed-protocols-cborg
7979
, typed-protocols-examples

0 commit comments

Comments
 (0)