BSD-3-Clause licensed by Servant Contributors
Maintained by [email protected]
This version can be pinned in stack with:servant-pipes-0.16.1@sha256:0484664601c7eaf80073e024911b0e8910d4467f99357e8c4d48f08e6558e9e5,1909

Module documentation for 0.16.1

Servant Stream support for pipes.

Provides ToSourceIO and FromSourceIO instances for Proxy and SafeT.

Changes

0.16.1

  • Compatibility with newer dependencies, and newers GHCs.

0.16

  • Compatibility with mtl-2.3, used with GHC 9.6.

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.