bytestring-builder

The new bytestring builder, packaged outside of GHC

Version on this page:0.10.8.1.0
LTS Haskell 22.13:0.10.8.2.0
Stackage Nightly 2024-03-14:0.10.8.2.0
Latest on Hackage:0.10.8.2.0

See all snapshots bytestring-builder appears in

BSD-3-Clause licensed by Simon Meier, Jasper Van der Jeugt, Duncan Coutts
Maintained by Leon P Smith
This version can be pinned in stack with:bytestring-builder-0.10.8.1.0@sha256:69d44ecfcf243390f582a515905d614b0dc5c318ead621ca5641cfbd0aa56dff,3746

Module documentation for 0.10.8.1.0

There are no documented modules for this package.

This is the bytestring builder that is debuting in bytestring-0.10.4.0, which should be shipping with GHC 7.8, probably late in 2013. This builder has several nice simplifications and improvements, and more out-of-box functionality than the older blaze-builder.

Note that this package detects which version of bytestring you are compiling against, and if you are compiling against bytestring-0.10.4 or later, will be an empty package.

This package lets the new interface and implementation be used with most older compilers without upgrading bytestring, which can be rather problematic. In conjunction with blaze-builder-0.4 or later, which offers an implementation of blaze-builder in terms of bytestring-builder, this should let most people try the new interface and implementation without causing undue compatibility problems with packages that depend on blaze-builder.

GHC 7.6 did debut an almost identical interface and implementation, but with slightly different module names and organization. Trying to re-export/rename the builder provided with 7.6 did not turn out to be very practical, because this interface includes new functions that rely on Builder internals, which are not exported in 7.6. Furthermore, these module names should be deprecated in 7.10.