Changelog for pipes-binary-0.4.0.1
Version 0.4.0.1
- Upper bound dependency bumps (tests).
Version 0.4.0
-
Generalized
encodeandencodePuttoProducer's. -
decodedanddecodedLare nowLens', notIso'anymore.
Version 0.3.0.1
- Add dependency on
ghc-prim, needed for GHC 7.4.2.
Version 0.3.0
- API revamped in order to support
pipes-parse-3.0.0.
Version 0.2.1
-
Re-export
PutandBinaryfrom thebinarypackage. -
Use
isEndOfBytesfrom thepipes-bytestringpackage.
Version 0.2.0
-
API revamped in order to support
pipes-4.0.0andpipes-parse-2.0.0. -
Added functions that act directly upon
PutandGetmonads:encodePut,decodeGet,decodeGetMany. -
Decoding functions now report the number of bytes that were consumed in order to decode a value.
-
Re-export
GetandByteOffsetfrom thebinarypackage.
Version 0.1.0.0
- Initial version.