servant-pipes

Servant Stream support for pipes

http://docs.servant.dev/

Version on this page:0.15.3@rev:2
LTS Haskell 22.17:0.16@rev:1
Stackage Nightly 2024-04-14: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.3@sha256:0c351666cfd5d1065387b2a8438193bb177f9d46a02709774b19168eb2dbb2c5,1946

Module documentation for 0.15.3

Servant Stream support for pipes.

Provides ToSourceIO and FromSourceIO instances for Proxy and SafeT.

Changes

0.15.3

Other changes

  • Support GHC-9.0.1.
  • Bump bytestring dependency.

0.15.2

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.