Releases: Gabriella439/Haskell-Pipes-Parse-Library
Releases · Gabriella439/Haskell-Pipes-Parse-Library
pipes-parse-3.0.1
- Changed lower bound on
pipes
to>= 4.1
. This fixes a bug wherepipes-parse
doesn't build againstpipes-4.0.*
.
pipes-parse-3.0.0
- New lens-based parsing API
- New tutorial
FreeT
machinery migrated out intopipes-group
package
pipes-parse-2.0.2
- Fixed
splitOn
to properly skip delimiting elements (previously it would enter an infinite loop) - Expanded upper bound on
free
to< 5
pipes-parse-2.0.1
- Updated
free
upper bound - Added
dropFree
- Expanded documentation
pipes-parse-2.0.0
- New
FreeT
-based idioms for sub-dividing streams - New
StateT
-based approach to handling both leftovers and connect-and-resume - Emphasis on building functions of
Producer
s in order to correctly handle end of input