Release polysemy 0.5.1.0

This commit is contained in:
Sandy Maguire 2019-06-28 16:19:33 -04:00
parent 77fd10494a
commit 8bd297fe49
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# Changelog for polysemy
## 0.5.1.0 (2019-06-28)
- New combinators for `Polysemy.Error`: `fromEither` and `fromEitherM`
## 0.5.0.1 (2019-06-27)
- Fixed a bug where `intercept` and `interceptH` wouldn't correctly handle

View File

@ -1,5 +1,5 @@
name: polysemy
version: 0.5.0.1
version: 0.5.1.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: c5b3cd4bd7beb50a960dbde4942d2d79df95157a5acf1de0d91508c7362cd0b5
-- hash: e2b39ec6e1f466a89ba47a4f54b80b55c0b68a694c2dd08f5c46e0f6ca85437a
name: polysemy
version: 0.5.0.1
version: 0.5.1.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