Skip to content

Commit f0b660a

Browse files
committed
typed-protocols-0.3.1.0
1 parent 3d785bc commit f0b660a

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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

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

2626
io-classes:io-classes ^>=1.7,
27-
typed-protocols ^>=0.3
27+
typed-protocols ^>=0.4
2828

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.4
22
name: typed-protocols-examples
3-
version: 0.5.0.0
3+
version: 0.6.0.0
44
synopsis: Examples and tests for the typed-protocols framework
55
-- description:
66
license: Apache-2.0
@@ -62,7 +62,7 @@ library
6262
io-classes:{io-classes,si-timers},
6363
network,
6464
time,
65-
typed-protocols ^>= 0.3,
65+
typed-protocols ^>= 0.4,
6666
typed-protocols-cborg,
6767
typed-protocols-stateful
6868

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

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

2828
io-classes,
29-
typed-protocols ^>= 0.3,
29+
typed-protocols ^>= 0.4,
3030
typed-protocols-cborg,
3131
typed-protocols-stateful
3232

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.4
22
name: typed-protocols-stateful
3-
version: 0.3.0.0
3+
version: 0.4.0.0
44
synopsis: A framework for strongly typed protocols
55
-- description:
66
license: Apache-2.0
@@ -36,7 +36,7 @@ library
3636
contra-tracer,
3737
singletons >= 3.0,
3838
io-classes,
39-
typed-protocols ^>= 0.3
39+
typed-protocols ^>= 0.4
4040

4141
hs-source-dirs: src
4242
default-language: Haskell2010

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.4
22
name: typed-protocols
3-
version: 0.3.0.0
3+
version: 0.4.0.0
44
synopsis: A framework for strongly typed protocols
55
-- description:
66
license: Apache-2.0

0 commit comments

Comments
 (0)