- Support
transformers >= 0.7.0
.
-
Builds with GHC 9.0.1.
-
Producer'
replaced withProxy
. Seepipes
issue #224. -
Use QuickCheck instead of SmallCheck for tests.
- Remove upper bound on dependencies other than base.
-
Fix #24 - skip leading empty chunks when decoding.
-
Upper bound dependency bumps (transformers, binary).
- Upper bound dependency bumps (tasty).
- Upper bound dependency bumps (lens-family-core).
- Upper bound dependency bumps (pipes-bytestring).
- Upper bound dependency bumps (pipes-bytestring).
- Upper bound dependency bumps (tests).
-
Generalized
encode
andencodePut
toProducer'
s. -
decoded
anddecodedL
are nowLens'
, notIso'
anymore.
- Add dependency on
ghc-prim
, needed for GHC 7.4.2.
- API revamped in order to support
pipes-parse-3.0.0
.
-
Re-export
Put
andBinary
from thebinary
package. -
Use
isEndOfBytes
from thepipes-bytestring
package.
-
API revamped in order to support
pipes-4.0.0
andpipes-parse-2.0.0
. -
Added functions that act directly upon
Put
andGet
monads:encodePut
,decodeGet
,decodeGetMany
. -
Decoding functions now report the number of bytes that were consumed in order to decode a value.
-
Re-export
Get
andByteOffset
from thebinary
package.
- Initial version.