Skip to content

Releases: Gabriella439/Haskell-Pipes-Parse-Library

pipes-parse-3.0.1

04 Feb 02:18
Compare
Choose a tag to compare
  • Changed lower bound on pipes to >= 4.1. This fixes a bug where pipes-parse doesn't build against pipes-4.0.*.

pipes-parse-3.0.0

03 Feb 14:29
Compare
Choose a tag to compare
  • New lens-based parsing API
  • New tutorial
  • FreeT machinery migrated out into pipes-group package

pipes-parse-2.0.2

05 Nov 00:01
Compare
Choose a tag to compare
  • 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

27 Oct 19:48
Compare
Choose a tag to compare
  • Updated free upper bound
  • Added dropFree
  • Expanded documentation

pipes-parse-2.0.0

07 Sep 23:22
Compare
Choose a tag to compare
  • 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 Producers in order to correctly handle end of input