Release version 0.2.0.0

This commit is contained in:
Sandy Maguire 2019-05-23 03:53:07 -04:00
parent a20994abab
commit f2de66ac52
3 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,11 @@
# Changelog for polysemy
## 0.2.0.0 (2019-05-23)
- Fixed a serious bug in `interpretH` and friends, where higher-order effects
would always be run with the current interpreter.
- Lower precedence of `.@` and `.@@` to 8, from 9
## 0.1.2.1 (2019-05-18)
- Give explicit package bounds for dependencies
@ -33,6 +39,5 @@
- Deprecated `inlineRecursiveCalls`; slated for removal in the next version
- **NEEDS MAJOR PLUGIN REVISION**: plugin now automatically inlines recursive
calls
- Lower precedence of `.@` and `.@@` to 8, from 9

View File

@ -1,5 +1,5 @@
name: polysemy
version: 0.1.2.1
version: 0.2.0.0
github: "isovector/polysemy"
license: BSD3
author: "Sandy Maguire"

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: ba26fe189288c15d1156e0375dc7932bd3a9b7ace6c60e841135499f5f5a600b
-- hash: 9a2044113434528f0539fb410b356387676cc468eefb618a666c1246379b43da
name: polysemy
version: 0.1.2.1
version: 0.2.0.0
synopsis: Higher-order, low-boilerplate, zero-cost free monads.
description: Please see the README on GitHub at <https://github.com/isovector/polysemy#readme>
category: Language