mirror of
https://github.com/lexi-lambda/freer-simple.git
synced 2024-12-23 14:12:45 +03:00
1.1.0.0
This commit is contained in:
parent
76df37ce2e
commit
3bf19ac613
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,12 +1,18 @@
|
|||||||
# 1.0.1.1
|
# 1.1.0.0 (February 20th, 2018)
|
||||||
|
|
||||||
|
- Changed the implementation of `LastMember` to avoid an issue similar to the one with `Member` fixed in 1.0.1.1 that could cause the constraint to unnecessarily fail to solve ([#6](https://github.com/lexi-lambda/freer-simple/issues/6)).
|
||||||
|
- Changed the order of the type variables in `interpretM` to be more consistent with other functions (only relevant in combination with `TypeApplications`).
|
||||||
|
- Re-exported `(~>)` from `Control.Natural` through `Control.Monad.Freer`.
|
||||||
|
|
||||||
|
# 1.0.1.1 (January 31st, 2018)
|
||||||
|
|
||||||
- Fixed a bug that could cause `Member` constraints to erroneously fail to solve ([#3](https://github.com/lexi-lambda/freer-simple/pull/3)).
|
- Fixed a bug that could cause `Member` constraints to erroneously fail to solve ([#3](https://github.com/lexi-lambda/freer-simple/pull/3)).
|
||||||
|
|
||||||
# 1.0.1.0
|
# 1.0.1.0 (January 27th, 2018)
|
||||||
|
|
||||||
- Added `subsume` to `Control.Monad.Freer` for deduplicating effects.
|
- Added `subsume` to `Control.Monad.Freer` for deduplicating effects.
|
||||||
- Added `gets` to `Control.Monad.Freer.State` ([#1](https://github.com/lexi-lambda/freer-simple/pull/1)).
|
- Added `gets` to `Control.Monad.Freer.State` ([#1](https://github.com/lexi-lambda/freer-simple/pull/1)).
|
||||||
|
|
||||||
# 1.0.0.0
|
# 1.0.0.0 (December 7th, 2017)
|
||||||
|
|
||||||
- Initial release.
|
- Initial release.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: freer-simple
|
name: freer-simple
|
||||||
version: 1.0.1.1
|
version: 1.1.0.0
|
||||||
category: Control
|
category: Control
|
||||||
synopsis: Implementation of a friendly effect system for Haskell.
|
synopsis: Implementation of a friendly effect system for Haskell.
|
||||||
description: |
|
description: |
|
||||||
|
Loading…
Reference in New Issue
Block a user