Bump servant-pipes version
This commit is contained in:
parent
09f452ba07
commit
7f10f7fbc6
2 changed files with 8 additions and 2 deletions
|
@ -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
|
0.15
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
name: servant-pipes
|
name: servant-pipes
|
||||||
version: 0.15
|
version: 0.15.1
|
||||||
x-revision: 1
|
|
||||||
|
|
||||||
synopsis: Servant Stream support for pipes
|
synopsis: Servant Stream support for pipes
|
||||||
category: Servant, Web, Pipes
|
category: Servant, Web, Pipes
|
||||||
|
|
Loading…
Reference in a new issue