From fbe09bedb11d4a54e64e3c889e3ae209d5884db9 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Thu, 12 Sep 2019 09:44:38 +0300 Subject: [PATCH] Bump servant-pipes version --- servant-pipes/CHANGELOG.md | 7 +++++++ servant-pipes/servant-pipes.cabal | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) 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