slackbuilds_ponce/haskell/haskell-blaze-builder
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
doinst.sh haskell/haskell-blaze-builder: Added (Efficient buffered output) 2012-06-27 16:41:03 -04:00
haskell-blaze-builder.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
haskell-blaze-builder.SlackBuild haskell/haskell-blaze-builder: Added (Efficient buffered output) 2012-06-27 16:41:03 -04:00
README haskell/haskell-blaze-builder: Added (Efficient buffered output) 2012-06-27 16:41:03 -04:00
slack-desc haskell/haskell-blaze-builder: Added (Efficient buffered output) 2012-06-27 16:41:03 -04:00

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.

This requires ghc and haskell-text.

After uninstalling, run this command to unregister the package from
the ghc package database:   ghc-pkg recache