mirror of
https://github.com/lexi-lambda/freer-simple.git
synced 2024-12-23 05:51:58 +03:00
1.2.1.0
This commit is contained in:
parent
cd7b4c62fd
commit
b8dc67d6e3
@ -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)).
|
||||
|
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user