servant-pipes

Servant Stream support for pipes

http://docs.servant.dev/

Version on this page:0.15.2
LTS Haskell 22.37:0.16.1
Stackage Nightly 2024-10-09:0.16.1
Latest on Hackage:0.16.1

See all snapshots servant-pipes appears in

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

Module documentation for 0.15.2

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.