From dc0105ca85403738d2e0e34348f68e4a087508c0 Mon Sep 17 00:00:00 2001 From: Marcin Szamotulski Date: Tue, 24 Sep 2024 11:54:23 +0200 Subject: [PATCH] typed-protocols-0.3.0.0: bumped versions Also use `cabal-version: 3.4` in all packages. --- .../typed-protocols-cborg.cabal | 16 ++++++++-------- .../typed-protocols-examples.cabal | 6 +++--- .../typed-protocols-stateful-cborg.cabal | 6 +++--- .../typed-protocols-stateful.cabal | 7 +++---- typed-protocols/typed-protocols.cabal | 4 ++-- 5 files changed, 19 insertions(+), 20 deletions(-) diff --git a/typed-protocols-cborg/typed-protocols-cborg.cabal b/typed-protocols-cborg/typed-protocols-cborg.cabal index cda8d8ad..b77d82c4 100644 --- a/typed-protocols-cborg/typed-protocols-cborg.cabal +++ b/typed-protocols-cborg/typed-protocols-cborg.cabal @@ -1,6 +1,6 @@ -cabal-version: 3.0 +cabal-version: 3.4 name: typed-protocols-cborg -version: 0.2.0.0 +version: 0.3.0.0 synopsis: CBOR codecs for typed-protocols -- description: license: Apache-2.0 @@ -18,13 +18,13 @@ extra-source-files: CHANGELOG.md, README.md library exposed-modules: Network.TypedProtocol.Codec.CBOR - build-depends: base >=4.12 && <4.21, - bytestring >=0.10 && <0.13, - cborg >=0.2.1 && <0.3, - singletons, + build-depends: base >=4.12 && <4.21, + bytestring >=0.10 && <0.13, + cborg >=0.2.1 && <0.3, + singletons, - io-classes ^>=1.5, - typed-protocols + io-classes ^>=1.5, + typed-protocols ^>=0.3 hs-source-dirs: src default-language: Haskell2010 diff --git a/typed-protocols-examples/typed-protocols-examples.cabal b/typed-protocols-examples/typed-protocols-examples.cabal index f611ffda..12cb12b1 100644 --- a/typed-protocols-examples/typed-protocols-examples.cabal +++ b/typed-protocols-examples/typed-protocols-examples.cabal @@ -1,6 +1,6 @@ -cabal-version: 3.0 +cabal-version: 3.4 name: typed-protocols-examples -version: 0.4.0.0 +version: 0.5.0.0 synopsis: Examples and tests for the typed-protocols framework -- description: license: Apache-2.0 @@ -63,7 +63,7 @@ library si-timers, network, time, - typed-protocols ^>= 0.2, + typed-protocols ^>= 0.3, typed-protocols-cborg, typed-protocols-stateful diff --git a/typed-protocols-stateful-cborg/typed-protocols-stateful-cborg.cabal b/typed-protocols-stateful-cborg/typed-protocols-stateful-cborg.cabal index 8894854d..c2582b05 100644 --- a/typed-protocols-stateful-cborg/typed-protocols-stateful-cborg.cabal +++ b/typed-protocols-stateful-cborg/typed-protocols-stateful-cborg.cabal @@ -1,6 +1,6 @@ -cabal-version: 3.0 +cabal-version: 3.4 name: typed-protocols-stateful-cborg -version: 0.2.0.0 +version: 0.3.0.0 synopsis: CBOR codecs for typed-protocols -- description: license: Apache-2.0 @@ -25,7 +25,7 @@ library singletons, io-classes, - typed-protocols, + typed-protocols ^>= 0.3, typed-protocols-cborg, typed-protocols-stateful diff --git a/typed-protocols-stateful/typed-protocols-stateful.cabal b/typed-protocols-stateful/typed-protocols-stateful.cabal index 1edcc1d4..e2d43127 100644 --- a/typed-protocols-stateful/typed-protocols-stateful.cabal +++ b/typed-protocols-stateful/typed-protocols-stateful.cabal @@ -1,5 +1,6 @@ +cabal-version: 3.4 name: typed-protocols-stateful -version: 0.2.0.0 +version: 0.3.0.0 synopsis: A framework for strongly typed protocols -- description: license: Apache-2.0 @@ -15,8 +16,6 @@ build-type: Simple -- These should probably be added at some point. -- extra-source-files: ChangeLog.md, README.md -cabal-version: >=1.10 - library exposed-modules: Network.TypedProtocol.Stateful.Peer , Network.TypedProtocol.Stateful.Peer.Client @@ -38,7 +37,7 @@ library contra-tracer, singletons >= 3.0, io-classes, - typed-protocols + typed-protocols ^>= 0.3 hs-source-dirs: src default-language: Haskell2010 diff --git a/typed-protocols/typed-protocols.cabal b/typed-protocols/typed-protocols.cabal index a178384e..06417102 100644 --- a/typed-protocols/typed-protocols.cabal +++ b/typed-protocols/typed-protocols.cabal @@ -1,6 +1,6 @@ -cabal-version: 3.0 +cabal-version: 3.4 name: typed-protocols -version: 0.2.0.0 +version: 0.3.0.0 synopsis: A framework for strongly typed protocols -- description: license: Apache-2.0