BSD-3-Clause licensed by Servant Contributors
Maintained by [email protected]
This version can be pinned in stack with:servant-pipes-0.15.1@sha256:cf15c231b172d9fe31f170e0952a6b28ec8918b451d97b8862b3060cfbef1dee,1869

Module documentation for 0.15.1

Servant Stream support for pipes.

Provides ToSourceIO and FromSourceIO instances for Proxy and SafeT.

Changes

0.15.1

  • FromSourceIO Proxy (ListT) instance fails in IO, not in m. This works around MonadFail proposal, and makes servant-pipes behave like servant-conduit and servant-machines.

0.15

  • First release with support for servant-0.15 Stream refactoring.