Skip to content

Commit 65271a2

Browse files
authored
Merge pull request #88 from tweag/release-0.4.0.0
Release 0.4.0.0
2 parents 80062ac + 09df5c6 commit 65271a2

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

ChangeLog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Revision history for capability
22

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+
314
## 0.3.0.0 -- 2020-03-19
415

516
* Rename HasStream to HasSink, for symmetry.

capability.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: capability
2-
version: 0.3.0.0
2+
version: 0.4.0.0
33
homepage: https://github.com/tweag/capability
44
license: BSD3
55
license-file: LICENSE.md
@@ -12,7 +12,7 @@ extra-source-files:
1212
CONTRIBUTING.md
1313
README.md
1414
cabal-version: 1.18
15-
tested-with: GHC==8.6.1
15+
tested-with: GHC==8.10.4
1616
synopsis: Extensional capabilities and deriving combinators
1717
description:
1818
Standard capability type classes for extensional effects and combinators

0 commit comments

Comments
 (0)