Skip to content

Releases: Gabriella439/Haskell-Pipes-ByteString-Library

pipes-bytestring-2.0.0

03 Feb 14:32
Compare
Choose a tag to compare
  • Upgraded to use new lens-based parsing API
  • Upgraded to use new FreeT lenses and isomorphisms

pipes-bytestring-1.0.2

18 Nov 00:32
Compare
Choose a tag to compare
  • Fixed lines (again) to remove spurious blank line at the end
  • Fixed words to skip over multiple sequential spaces
  • Added rewrite rules to improve performance of user code
  • Added pack and unpack
  • Fixed split (the predicate was backwards)
  • Added new Pipes.ByteString.Parse module for parsers
  • Added take parser

pipes-bytestring-1.0.1

20 Sep 14:43
Compare
Choose a tag to compare

Fixes a bug in the lines function

pipes-bytestring-1.0.0

20 Sep 14:42
Compare
Choose a tag to compare

Initial release