Releases: Gabriella439/Haskell-Pipes-ByteString-Library
Releases · Gabriella439/Haskell-Pipes-ByteString-Library
pipes-bytestring-2.0.0
- Upgraded to use new lens-based parsing API
- Upgraded to use new
FreeT
lenses and isomorphisms
pipes-bytestring-1.0.2
- 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
andunpack
- Fixed
split
(the predicate was backwards) - Added new
Pipes.ByteString.Parse
module for parsers - Added
take
parser
pipes-bytestring-1.0.1
Fixes a bug in the lines
function
pipes-bytestring-1.0.0
Initial release