servant-pipes

Servant Stream support for pipes

http://docs.servant.dev/

Version on this page:0.15.1@rev:1
LTS Haskell 22.14:0.16@rev:1
Stackage Nightly 2024-03-28:0.16@rev:1
Latest on Hackage:0.16@rev: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:6f7be599df914337a462ba5c487b149d72eada1472af3c5175ee6bc03b3ea076,1892

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.