This commit is contained in:
Alexis King 2019-10-04 16:42:58 -05:00
parent b2554e5078
commit 30dcc2390c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# 1.2.1.1 (October 4th, 2019)
- Loosened bounds on `template-haskell` ([#29](https://github.com/lexi-lambda/freer-simple/issues/29)).
- Made some minor internal changes to better support GHC 8.8.
# 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)).

View File

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