We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01245d commit f2cb614Copy full SHA for f2cb614
typed-protocols/CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Revision history for typed-protocols
2
3
+## next version
4
+
5
+### Breaking changes
6
7
+### Non-breaking changes
8
9
+* generalized prop_codecF_splitsM to run the decoder function provided by a client
10
+ library (instead of `runDecoder` here) to test it as well.
11
12
## 1.1.0.0 -- 05.08.2025
13
14
### Breaking changes
@@ -55,4 +64,4 @@
55
64
* Support `ghc-9.6.1`.
56
65
* Use `io-classes-1.1.0.0`.
57
66
58
-[singletons-3.0.1]: https://hackage.haskell.org/package/singletons
67
+[singletons-3.0.1]: https://hackage.haskell.org/package/singletons
0 commit comments