bytestring-builder: The new bytestring builder, packaged outside of GHC
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.
Modules
- Data
- ByteString
- Data.ByteString.Builder
- Data.ByteString.Builder.Extra
- Data.ByteString.Builder.Internal
- Data.ByteString.Builder.Prim
- Data.ByteString.Builder.Prim.Internal
- Data.ByteString.Short
- Data.ByteString.Short.Internal
- Data.ByteString.Builder
- ByteString
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
bytestring_has_builder | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- bytestring-builder-0.10.8.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.10.4.0, 0.10.4.0.1, 0.10.4.0.2, 0.10.4.1.0, 0.10.4.1.1, 0.10.4.1.2, 0.10.6.0.0, 0.10.8.1.0, 0.10.8.2.0 (info) |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.2 && <5), bytestring (>=0.9 && <0.10.2 || >=0.10.4), deepseq [details] |
License | BSD-3-Clause |
Copyright | (c) 2010 Jasper Van der Jeugt (c) 2010-2013 Simon Meier (c) 2012-2013 Duncan Coutts |
Author | Simon Meier, Jasper Van der Jeugt, Duncan Coutts |
Maintainer | Leon P Smith <leon@melding-monads.com> |
Category | Data |
Source repo | head: git clone http://github.com/lpsmith/bytestring-builder this: git clone http://github.com/lpsmith/bytestring-builder(tag v0.10.8.1.0) |
Uploaded | by ryanglscott at 2018-09-25T12:58:13Z |
Distributions | LTSHaskell:0.10.8.2.0, NixOS:0.10.8.2.0, Stackage:0.10.8.2.0 |
Reverse Dependencies | 46 direct, 14855 indirect [details] |
Downloads | 92396 total (228 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] Last success reported on 2018-09-25 [all 3 reports] |