BSD-3-Clause licensed by Renzo Carbonara
Maintained by renzocarbonaraλgmail.com
This version can be pinned in stack with:pipes-attoparsec-0.5.1.5@sha256:e9b67e8ef8772c56b96d47e8b2fb14bfcc18f2c55694895d13d0ee00671e53c7,1712
Module documentation for 0.5.1.5
pipes-attoparsec
Utilities to run Attoparsec parser on Pipes input streams.
Check the source or rendered Haddocks for documentation.
This code is licensed under the terms of the so called 3-clause BSD
license. Read the file named LICENSE
found in this same directory
for details.
See the PEOPLE
file to learn about the people involved in this
effort.
Version 0.5.1.5
- Remove upper bound limits on dependencies other than
base
.
Version 0.5.1.4
- Bump upper bound dependency on
pipes
.
Version 0.5.1.3
- Bump upper bound dependency on
transformers
.
Version 0.5.1.2
- Bump upper bound dependency on
attoparsec
.
Version 0.5.1.1
- Bump upper bound dependency on
text
.
Version 0.5.1
- Bump upper bound dependency on
attoparsec
.
Version 0.5.0
-
Correctly propagate state in parsedL
.
-
parse
and parseL
return Nothing
if used on an exhausted
Producer
.
-
Performance improvements.
Version 0.4.0.1
- Relax lower and upper dependencies on
text
.
Version 0.4.0
- API revamped in order to support pipes-parse-3.0.*.
Version 0.3.1
Version 0.3.0
- Upgrade to pipes-4.0.0 and pipes-parse-2.0.0, removing proxy
transformers and changing the API substantially.
Version 0.2.0.0
- Droped the previous API in favour of a new and incompatible API
that supports interleaved parsing by relying on pipes-parse.
Version 0.1.0.1
- First version mentioned in NEWS file.