This commit is contained in:
Alexis King 2018-01-27 10:10:53 -08:00
parent 9aa407f674
commit 9be94608dd
2 changed files with 6 additions and 1 deletions

View File

@ -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
- Initial release.

View File

@ -1,5 +1,5 @@
name: freer-simple
version: 1.0.0.0
version: 1.0.1.0
category: Control
synopsis: Implementation of a friendly effect system for Haskell.
description: |