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
|
||||
----
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue