diff --git a/servant-pipes/CHANGELOG.md b/servant-pipes/CHANGELOG.md index bd9ef796..113b5c4b 100644 --- a/servant-pipes/CHANGELOG.md +++ b/servant-pipes/CHANGELOG.md @@ -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 ---- diff --git a/servant-pipes/servant-pipes.cabal b/servant-pipes/servant-pipes.cabal index 377346f6..5fdc4b5a 100644 --- a/servant-pipes/servant-pipes.cabal +++ b/servant-pipes/servant-pipes.cabal @@ -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