Skip to content

Commit

Permalink
Bump servant-pipes version
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Sep 12, 2019
1 parent 09f452b commit 7f10f7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions servant-pipes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
----

Expand Down
3 changes: 1 addition & 2 deletions servant-pipes/servant-pipes.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7f10f7f

Please sign in to comment.