This commit is contained in:
Alexis King 2018-11-15 10:27:53 -06:00
parent cd7b4c62fd
commit b8dc67d6e3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# 1.2.1.0 (November 15th, 2018)
- Improved `makeEffect` from `Control.Monad.Freer.TH` to support more datatypes ([#17](https://github.com/lexi-lambda/freer-simple/pull/17)).
# 1.2.0.0 (October 23rd, 2018)
- Added `Control.Monad.Freer.TH`, which provides a `makeEffect` function that automatically generates boilerplate operations using `send` for an effect ([#15](https://github.com/lexi-lambda/freer-simple/pull/15)).

View File

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