servant-conduit

Servant Stream support for conduit.

http://docs.servant.dev/

Version on this page:0.16@rev:2
LTS Haskell 22.33:0.16@rev:2
Stackage Nightly 2024-09-07:0.16.1
Latest on Hackage:0.16.1

See all snapshots servant-conduit appears in

BSD-3-Clause licensed by Servant Contributors
Maintained by [email protected]
This version can be pinned in stack with:servant-conduit-0.16@sha256:76cba18825a66966a8373537a45e60d1b9ba2e3e7ee7e0565264c79125a0b16f,1934

Module documentation for 0.16

Servant Stream support for conduit.

Provides ToSourceIO and FromSourceIO instances for ConduitT.

Changes

0.16

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

0.15

  • First release with support for servant-0.15 Stream refactoring.