Skip to content

Commit e178177

Browse files
committed
Force use of IOG contra-tracer, bump versions for CHaP
1 parent 011669b commit e178177

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist-newstyle/

cabal.project

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ repository cardano-haskell-packages
1212

1313
index-state:
1414
, hackage.haskell.org 2023-05-04T00:55:55Z
15-
, cardano-haskell-packages 2023-05-12T01:10:29Z
15+
, cardano-haskell-packages 2023-05-16T03:39:10Z
1616

1717

1818
packages: ./typed-protocols
1919
./typed-protocols-cborg
2020
./typed-protocols-examples
21+
22+
test-show-details: direct

typed-protocols-cborg/typed-protocols-cborg.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: typed-protocols-cborg
3-
version: 0.1.0.3
3+
version: 0.1.0.4
44
synopsis: CBOR codecs for typed-protocols
55
-- description:
66
license: Apache-2.0

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: typed-protocols-examples
3-
version: 0.2.0.1
3+
version: 0.2.0.2
44
synopsis: Examples and tests for the typed-protocols framework
55
-- description:
66
license: Apache-2.0
@@ -47,7 +47,7 @@ library
4747
bytestring,
4848
cborg,
4949
serialise,
50-
iog-contra-tracer,
50+
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-
, iog-contra-tracer
76+
, contra-tracer
7777
, typed-protocols
7878
, typed-protocols-cborg
7979
, typed-protocols-examples

typed-protocols/typed-protocols.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: typed-protocols
3-
version: 0.1.0.5
3+
version: 0.1.0.6
44
synopsis: A framework for strongly typed protocols
55
-- description:
66
license: Apache-2.0

0 commit comments

Comments
 (0)