File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Revision history for capability
2
2
3
+ ## 0.4.0.0 -- 2021-03-15
4
+
5
+ * Fix infinite 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
+
3
14
## 0.3.0.0 -- 2020-03-19
4
15
5
16
* Rename HasStream to HasSink, for symmetry.
Original file line number Diff line number Diff line change 1
1
name : capability
2
- version : 0.3 .0.0
2
+ version : 0.4 .0.0
3
3
homepage : https://github.com/tweag/capability
4
4
license : BSD3
5
5
license-file : LICENSE.md
@@ -12,7 +12,7 @@ extra-source-files:
12
12
CONTRIBUTING.md
13
13
README.md
14
14
cabal-version : 1.18
15
- tested-with : GHC== 8.6.1
15
+ tested-with : GHC== 8.10.4
16
16
synopsis : Extensional capabilities and deriving combinators
17
17
description :
18
18
Standard capability type classes for extensional effects and combinators
You can’t perform that action at this time.
0 commit comments