BSD-3-Clause licensed by Michael Thompson
Maintained by Colin Woodbury, [email protected]
This version can be pinned in stack with:streaming-attoparsec-1.0.0.1@sha256:fe9b878072423d3f075534fe8af24722d9ded1a1129e9a6ed5b71c4a29681b39,1146

Module documentation for 1.0.0.1

Used by 1 package in nightly-2019-07-25(full list with versions):

streaming-attoparsec

Data.Attoparsec.ByteString.Streaming replicates Renzo Carbonara’s Pipes.Attoparsec module. It permits parsing an effectful bytestring with an attoparsec parser, and also the conversion of an effectful bytestring into stream of parsed values.

See the Haddock documentation for usage examples.

Changes

1.0.0.1

  • Massaging bounds and code for future- and past-proofing.

1.0.0

  • Initial split from streaming-utils, meaning the dependency graph is simplified.
  • Compatibility with the latest versions of streaming and streaming-bytestring.