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 c9bb64f commit 728d045Copy full SHA for 728d045
ChangeLog.md
@@ -1,5 +1,16 @@
1
# Revision history for capability
2
3
+## 0.4.0.0 -- 2021-03-15
4
+
5
+* Fix infite loop in `writer`.
6
+ See [#85](https://github.com/tweag/capability/pull/85)
7
8
+* Introduce `Capability.Reflection` to define ad-hoc interpreters.
9
+ See [#86](https://github.com/tweag/capability/pull/86)
10
11
+* Fix compatibility with GHC 8.10.
12
+ See [#87](https://github.com/tweag/capability/pull/87)
13
14
## 0.3.0.0 -- 2020-03-19
15
16
* Rename HasStream to HasSink, for symmetry.
capability.cabal
@@ -1,5 +1,5 @@
name: capability
-version: 0.3.0.0
+version: 0.4.0.0
homepage: https://github.com/tweag/capability
license: BSD3
license-file: LICENSE.md
0 commit comments