servant-pipes

Servant Stream support for pipes

http://docs.servant.dev/

Version on this page:0.15.1
LTS Haskell 24.14:0.16.1
Stackage Nightly 2025-10-07: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.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.