File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11cabal-version : 3.0
22name : typed-protocols-cborg
3- version : 0.1 .0.4
3+ version : 0.2 .0.0
44synopsis : CBOR codecs for typed-protocols
55-- description:
66license : Apache-2.0
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22name : typed-protocols-examples
3- version : 0.2 .0.2
3+ version : 0.3 .0.0
44synopsis : Examples and tests for the typed-protocols framework
55-- description:
66license : Apache-2.0
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments