conduit-extra

Batteries included conduit: adapters for common libraries.

http://github.com/snoyberg/conduit

Version on this page:1.1.9@rev:1
LTS Haskell 22.19:1.3.6
Stackage Nightly 2024-04-30:1.3.6
Latest on Hackage:1.3.6

See all snapshots conduit-extra appears in

MIT licensed by Michael Snoyman
Maintained by [email protected]
This version can be pinned in stack with:conduit-extra-1.1.9@sha256:1b8ccfaa90086082e001b0bdda02c4cb74827b7f2babde91876109b0a3c93e0a,4116

The conduit package itself maintains relative small dependencies. The purpose of this package is to collect commonly used utility functions wrapping other library dependencies, without depending on heavier-weight dependencies. The basic idea is that this package should only depend on haskell-platform packages and conduit.

Changes

1.1.9

1.1.8

  • Adding buffer size to sourceHandleRange #213

1.1.7.3

  • Make Binary.lines O(n) instead of O(n^2) #209

1.1.7.2

  • Fix for: Decompressing a specific amount of zlib data “eats” following data #20

1.1.7

Add Data.Conduit.ByteString.Builder

1.1.6

Generalized return type in runGeneralTCPServer.

1.1.5

Added sinkParserEither (pull request #189)