Skip to content

Commit

Permalink
typed-protocols-0.3.0.0: bumped versions
Browse files Browse the repository at this point in the history
Also use `cabal-version: 3.4` in all packages.
  • Loading branch information
coot committed Sep 26, 2024
1 parent 9cbb855 commit dc0105c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 20 deletions.
16 changes: 8 additions & 8 deletions typed-protocols-cborg/typed-protocols-cborg.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions typed-protocols-examples/typed-protocols-examples.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -63,7 +63,7 @@ library
si-timers,
network,
time,
typed-protocols ^>= 0.2,
typed-protocols ^>= 0.3,
typed-protocols-cborg,
typed-protocols-stateful

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -25,7 +25,7 @@ library
singletons,

io-classes,
typed-protocols,
typed-protocols ^>= 0.3,
typed-protocols-cborg,
typed-protocols-stateful

Expand Down
7 changes: 3 additions & 4 deletions typed-protocols-stateful/typed-protocols-stateful.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions typed-protocols/typed-protocols.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dc0105c

Please sign in to comment.