Skip to content

Commit 938e35b

Browse files
committed
typed-protocols-0.3.0.0: bumped versions
Also use `cabal-version: 3.4` in all packages.
1 parent d248fe8 commit 938e35b

File tree

5 files changed

+19
-20
lines changed

5 files changed

+19
-20
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
cabal-version: 3.0
1+
cabal-version: 3.4
22
name: typed-protocols-cborg
3-
version: 0.2.0.0
3+
version: 0.3.0.0
44
synopsis: CBOR codecs for typed-protocols
55
-- description:
66
license: Apache-2.0
@@ -18,13 +18,13 @@ extra-source-files: CHANGELOG.md, README.md
1818
library
1919
exposed-modules: Network.TypedProtocol.Codec.CBOR
2020

21-
build-depends: base >=4.12 && <4.21,
22-
bytestring >=0.10 && <0.13,
23-
cborg >=0.2.1 && <0.3,
24-
singletons,
21+
build-depends: base >=4.12 && <4.21,
22+
bytestring >=0.10 && <0.13,
23+
cborg >=0.2.1 && <0.3,
24+
singletons,
2525

26-
io-classes ^>=1.5,
27-
typed-protocols
26+
io-classes ^>=1.5,
27+
typed-protocols ^>=0.3
2828

2929
hs-source-dirs: src
3030
default-language: Haskell2010

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 @@
1-
cabal-version: 3.0
1+
cabal-version: 3.4
22
name: typed-protocols-examples
3-
version: 0.4.0.0
3+
version: 0.5.0.0
44
synopsis: Examples and tests for the typed-protocols framework
55
-- description:
66
license: Apache-2.0
@@ -63,7 +63,7 @@ library
6363
si-timers,
6464
network,
6565
time,
66-
typed-protocols ^>= 0.2,
66+
typed-protocols ^>= 0.3,
6767
typed-protocols-cborg,
6868
typed-protocols-stateful
6969

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
cabal-version: 3.0
1+
cabal-version: 3.4
22
name: typed-protocols-stateful-cborg
3-
version: 0.2.0.0
3+
version: 0.3.0.0
44
synopsis: CBOR codecs for typed-protocols
55
-- description:
66
license: Apache-2.0
@@ -25,7 +25,7 @@ library
2525
singletons,
2626

2727
io-classes,
28-
typed-protocols,
28+
typed-protocols ^>= 0.3,
2929
typed-protocols-cborg,
3030
typed-protocols-stateful
3131

typed-protocols-stateful/typed-protocols-stateful.cabal

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
cabal-version: 3.4
12
name: typed-protocols-stateful
2-
version: 0.2.0.0
3+
version: 0.3.0.0
34
synopsis: A framework for strongly typed protocols
45
-- description:
56
license: Apache-2.0
@@ -15,8 +16,6 @@ build-type: Simple
1516
-- These should probably be added at some point.
1617
-- extra-source-files: ChangeLog.md, README.md
1718

18-
cabal-version: >=1.10
19-
2019
library
2120
exposed-modules: Network.TypedProtocol.Stateful.Peer
2221
, Network.TypedProtocol.Stateful.Peer.Client
@@ -38,7 +37,7 @@ library
3837
contra-tracer,
3938
singletons >= 3.0,
4039
io-classes,
41-
typed-protocols
40+
typed-protocols ^>= 0.3
4241

4342
hs-source-dirs: src
4443
default-language: Haskell2010

typed-protocols/typed-protocols.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
cabal-version: 3.0
1+
cabal-version: 3.4
22
name: typed-protocols
3-
version: 0.2.0.0
3+
version: 0.3.0.0
44
synopsis: A framework for strongly typed protocols
55
-- description:
66
license: Apache-2.0

0 commit comments

Comments
 (0)