Skip to content

Commit 148a91b

Browse files
committed
Added CHANGELOG and bumped versions of the packages
1 parent f5ccedd commit 148a91b

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: typed-protocols-cborg
3-
version: 0.1.0.4
3+
version: 0.2.0.0
44
synopsis: CBOR codecs for typed-protocols
55
-- description:
66
license: Apache-2.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: typed-protocols-examples
3-
version: 0.2.0.2
3+
version: 0.3.0.0
44
synopsis: Examples and tests for the typed-protocols framework
55
-- description:
66
license: Apache-2.0

typed-protocols/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Revision history for typed-protocols
22

3+
## [Unreleased]
4+
5+
- A major redesign of `typed-protocols`. `Protocol` class requires data family
6+
`Message` and new associated type familiy instance `StateAgency`. One also
7+
needs to define singletons and `Sing` & `SingI` instances from the
8+
[`singletons`][singletons-3.0.1] package.
9+
310
## 0.1.1.1
411
* unbuildable (with `base < 0` constraint in CHaP); We cannot support
512
`io-classes-1.{6,7}` until `Haskell.Nix` support for public sublibraries is
613
merged.
14+
15+
## 0.1.0.7 -- 2023-10-20
16+
17+
* Improved performance of `prop_codecs_splitsM` and `prop_codecs_compatM`.
18+
19+
## 0.1.0.5 -- 2023-03-08
20+
21+
* Support `ghc-9.6.1`.
22+
* Use `io-classes-1.1.0.0`.
23+
24+
[singletons-3.0.1]: https://hackage.haskell.org/package/singletons

0 commit comments

Comments
 (0)