This commit is contained in:
Alexis King 2018-01-31 10:27:13 -08:00
parent bbbe49d848
commit dedbacec57
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# 1.0.1.1
- 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
- Added `subsume` to `Control.Monad.Freer` for deduplicating effects.

View File

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