Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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.4
name: typed-protocols-cborg
version: 0.3.0.0
version: 0.4.0.0
synopsis: CBOR codecs for typed-protocols
-- description:
license: Apache-2.0
Expand All @@ -23,8 +23,8 @@ library
cborg >=0.2.1 && <0.3,
singletons,

io-classes ^>=1.5,
typed-protocols ^>=0.3
io-classes:io-classes ^>=1.7,
typed-protocols ^>=0.4

hs-source-dirs: src
default-language: Haskell2010
Expand Down
10 changes: 4 additions & 6 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.4
name: typed-protocols-examples
version: 0.5.0.0
version: 0.6.0.0
synopsis: Examples and tests for the typed-protocols framework
-- description:
license: Apache-2.0
Expand Down Expand Up @@ -59,11 +59,10 @@ library
serialise,
singletons,
contra-tracer,
io-classes,
si-timers,
io-classes:{io-classes,si-timers},
network,
time,
typed-protocols ^>= 0.3,
typed-protocols ^>= 0.4,
typed-protocols-cborg,
typed-protocols-stateful

Expand All @@ -90,9 +89,8 @@ test-suite test
, typed-protocols
, typed-protocols-cborg
, typed-protocols-examples
, io-classes
, io-classes:{io-classes,si-timers}
, io-sim
, si-timers
, QuickCheck
, tasty
, tasty-quickcheck
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: typed-protocols-stateful-cborg
version: 0.3.0.0
version: 0.4.0.0
synopsis: CBOR codecs for typed-protocols
-- description:
license: Apache-2.0
Expand All @@ -26,7 +26,7 @@ library
singletons,

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

Expand Down
4 changes: 2 additions & 2 deletions typed-protocols-stateful/typed-protocols-stateful.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: typed-protocols-stateful
version: 0.3.0.0
version: 0.4.0.0
synopsis: A framework for strongly typed protocols
-- description:
license: Apache-2.0
Expand Down Expand Up @@ -36,7 +36,7 @@ library
contra-tracer,
singletons >= 3.0,
io-classes,
typed-protocols ^>= 0.3
typed-protocols ^>= 0.4

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.4
name: typed-protocols
version: 0.3.0.0
version: 0.4.0.0
synopsis: A framework for strongly typed protocols
-- description:
license: Apache-2.0
Expand Down Expand Up @@ -35,7 +35,7 @@ library
, TypeOperators
, BangPatterns
build-depends: base,
io-classes >= 1.0 && < 1.6,
io-classes:io-classes ^>= 1.7,
singletons >= 3.0

hs-source-dirs: src
Expand Down
Loading