File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.0 (2023-08-04)
2
+ * Redesign interface, pushing certain checks out of type classes into top-level
3
+ generic function type signature. It means busier top-level types and more code
4
+ for wrapping them, but it allows for more flexibility and cleans up
5
+ implementation. (And the busyness simply makes explicit the implicit checks
6
+ that were being done before.)
7
+
1
8
## 0.1.1 (2023-07-20)
2
9
* add work-in-progress store-style generic ` foldMap ` , encoding constructors by
3
10
their index, at ` Generic.Data.Function.FoldMap.SumConsByte `
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 1.12
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : generic-data-functions
8
- version : 0.1.1
8
+ version : 0.2.0
9
9
synopsis : Familiar functions lifted to generic data types
10
10
description : Please see README.md.
11
11
category : Data, Serialization
Original file line number Diff line number Diff line change 1
1
name : generic-data-functions
2
- version : 0.1.1
2
+ version : 0.2.0
3
3
synopsis : Familiar functions lifted to generic data types
4
4
description : Please see README.md.
5
5
extra-source-files :
You can’t perform that action at this time.
0 commit comments