conduit-combinators

Commonly used conduit functions, for both chunked and unchunked data

https://github.com/fpco/conduit-combinators

Version on this page:1.0.3.1
LTS Haskell 22.14:1.3.0
Stackage Nightly 2024-03-28:1.3.0
Latest on Hackage:1.3.0

See all snapshots conduit-combinators appears in

MIT licensed by Michael Snoyman
Maintained by [email protected]
This version can be pinned in stack with:conduit-combinators-1.0.3.1@sha256:92d27a2ab8bf63b25fc2e97181e085a598b0ac6d4ce4b55fb498cd69817f6d16,2626

Module documentation for 1.0.3.1

conduit-combinators

Commonly used conduit functions, for both chunked and unchunked data. For more information about conduit in general, and how this package in particular fits into the ecosystem, see the conduit homepage.

Changes

1.0.3.1

  • Support for QuickCheck 2.8.2

1.0.3

  • sourceRandomWith #19

1.0.2

  • Make mapAccumWhile & mapAccumS strict in accumulator state #18

1.0.1

  • mapAccumWhile, mapAccumWhileM, mapAccumS

1.0.0

  • Drop system-filepath/system-fileio

0.3.1

  • peekForever

0.3.0

Stream fusion enabled, drop compatibility with older conduit