Bump servant-pipes version

This commit is contained in:
Oleg Grenrus 2019-09-12 09:44:38 +03:00
parent 12b3849048
commit fbe09bedb1
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,10 @@
0.15.1
------
- `FromSourceIO Proxy` (`ListT`) instance `fail`s in `IO`, not in `m`.
This works around `MonadFail` proposal, and makes `servant-pipes`
behave like `servant-conduit` and `servant-machines`.
0.15
----

View File

@ -1,7 +1,6 @@
cabal-version: >=1.10
name: servant-pipes
version: 0.15
x-revision: 1
version: 0.15.1
synopsis: Servant Stream support for pipes
category: Servant, Web, Pipes