Skip to content

Commit 7f10f7f

Browse files
committed
Bump servant-pipes version
1 parent 09f452b commit 7f10f7f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

servant-pipes/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.15.1
2+
------
3+
4+
- `FromSourceIO Proxy` (`ListT`) instance `fail`s in `IO`, not in `m`.
5+
This works around `MonadFail` proposal, and makes `servant-pipes`
6+
behave like `servant-conduit` and `servant-machines`.
7+
18
0.15
29
----
310

servant-pipes/servant-pipes.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
cabal-version: >=1.10
22
name: servant-pipes
3-
version: 0.15
4-
x-revision: 1
3+
version: 0.15.1
54

65
synopsis: Servant Stream support for pipes
76
category: Servant, Web, Pipes

0 commit comments

Comments
 (0)