mirror of
https://github.com/lexi-lambda/freer-simple.git
synced 2024-12-23 14:12:45 +03:00
1.0.1.0
This commit is contained in:
parent
9aa407f674
commit
9be94608dd
@ -1,3 +1,8 @@
|
|||||||
|
# 1.0.1.0
|
||||||
|
|
||||||
|
- 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)).
|
||||||
|
|
||||||
# 1.0.0.0
|
# 1.0.0.0
|
||||||
|
|
||||||
- Initial release.
|
- Initial release.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: freer-simple
|
name: freer-simple
|
||||||
version: 1.0.0.0
|
version: 1.0.1.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