2014-12-12 23:55:26 by Ryosuke Moro | Files touched by this commit (48) |
Log message:
Bump PKGREVISION for hs-text-1.2.0.3
|
2014-12-12 23:04:23 by Ryosuke Moro | Files touched by this commit (46) |
Log message:
Bump PKGREVISION for hs-text-1.2.0.2 || hs-hashable-1.2.3.0
|
2014-09-14 00:04:01 by Ryosuke Moro | Files touched by this commit (3) |
Log message:
Update to 0.3.3.3
Changes from https://github.com/meiersi/blaze-builder
0.3.3.3
- Bump text upper version bounds
|
2014-09-05 23:27:10 by Ryosuke Moro | Files touched by this commit (20) |
Log message:
Bump PKGREVISION for hs-text-1.1.1.3
|
2014-08-29 16:08:42 by Ryosuke Moro | Files touched by this commit (61) |
Log message:
make it clear what package depend on
discussed with wiz@.
|
2014-05-27 00:01:41 by Ryosuke Moro | Files touched by this commit (5) |
Log message:
Import blaze-builder-0.3.3.2 as devel/hs-blaze-builder,
packaged for wip by pho.
This library provides an abstraction of buffered output of byte
streams and several convenience functions to exploit it. For example,
it allows to efficiently serialize Haskell values to lazy bytestrings
with a large average chunk size. The large average chunk size allows
to make good use of cache prefetching in later processing steps
(e.g. compression) and reduces the sytem call overhead when writing
the resulting lazy bytestring to a file or sending it over the
network.
|