conduit-combinators: Commonly used conduit functions, for both chunked and unchunked data

[ conduit, data, library, mit ] [ Propose Tags ]

Provides a replacement for Data.Conduit.List, as well as a convenient Conduit module.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.1, 0.2.2, 0.2.3, 0.2.3.1, 0.2.4, 0.2.4.1, 0.2.5, 0.2.5.1, 0.2.5.2, 0.2.6, 0.2.6.1, 0.2.7, 0.2.8, 0.2.8.2, 0.2.8.3, 0.3.0, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.3.0.4, 0.3.0.5, 0.3.0.6, 0.3.1, 1.0.0, 1.0.1, 1.0.1.1, 1.0.2, 1.0.3, 1.0.3.1, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.8.1, 1.0.8.2, 1.0.8.3, 1.1.0, 1.1.1, 1.1.2, 1.3.0
Change log ChangeLog.md
Dependencies base (>=4.5 && <4.9.1), base16-bytestring, base64-bytestring (>=0.1.1.1), bytestring, chunked-data (<0.3), conduit (>=1.2.2 && <1.3), conduit-extra (>=1.1.3.3 && <1.3), filepath, monad-control, mono-traversable (>=0.4 && <0.11), mwc-random, primitive, resourcet, text, transformers, transformers-base, unix, unix-compat, vector, void [details]
License MIT
Author Michael Snoyman
Maintainer michael@snoyman.com
Revised Revision 1 made by HerbertValerioRiedel at 2019-02-12T10:02:33Z
Category Data, Conduit
Home page https://github.com/fpco/conduit-combinators
Source repo head: git clone git://github.com/fpco/conduit-combinators.git
Uploaded by MichaelSnoyman at 2015-08-04T13:47:24Z
Distributions FreeBSD:1.0.3, LTSHaskell:1.3.0, NixOS:1.3.0, Stackage:1.3.0
Reverse Dependencies 61 direct, 91 indirect [details]
Downloads 57509 total (138 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-08-04 [all 1 reports]

Readme for conduit-combinators-1.0.2

[back to package description]

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.