Skip to content

Commit 10d049f

Browse files
authored
Merge pull request #68 from input-output-hk/coot/io-classes-1.7
io-classes-1.7
2 parents 097476e + f0b660a commit 10d049f

File tree

5 files changed

+13
-15
lines changed

5 files changed

+13
-15
lines changed

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

Lines changed: 3 additions & 3 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
@@ -23,8 +23,8 @@ library
2323
cborg >=0.2.1 && <0.3,
2424
singletons,
2525

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

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

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

Lines changed: 4 additions & 6 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
@@ -59,11 +59,10 @@ library
5959
serialise,
6060
singletons,
6161
contra-tracer,
62-
io-classes,
63-
si-timers,
62+
io-classes:{io-classes,si-timers},
6463
network,
6564
time,
66-
typed-protocols ^>= 0.3,
65+
typed-protocols ^>= 0.4,
6766
typed-protocols-cborg,
6867
typed-protocols-stateful
6968

@@ -90,9 +89,8 @@ test-suite test
9089
, typed-protocols
9190
, typed-protocols-cborg
9291
, typed-protocols-examples
93-
, io-classes
92+
, io-classes:{io-classes,si-timers}
9493
, io-sim
95-
, si-timers
9694
, QuickCheck
9795
, tasty
9896
, tasty-quickcheck

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: 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
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
@@ -35,7 +35,7 @@ library
3535
, TypeOperators
3636
, BangPatterns
3737
build-depends: base,
38-
io-classes >= 1.0 && < 1.6,
38+
io-classes:io-classes ^>= 1.7,
3939
singletons >= 3.0
4040

4141
hs-source-dirs: src

0 commit comments

Comments
 (0)