Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/ghc
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31479

Added Files:
        ghc-blaze-builder.info 
Log Message:
New package ghc-blaze-builder

--- NEW FILE: ghc-blaze-builder.info ---
Package: ghc-blaze-builder
Version: 0.3.1.1
Revision: 1
Source: 
http://hackage.haskell.org/packages/archive/blaze-builder/%v/blaze-builder-%v.tar.gz
Source-MD5: ca14afe9215dd44fe5dc4055a05ec560
SourceDirectory: blaze-builder-%v

Depends: ghc (>= 7.6.3-1), ghc (<< 7.6.3.0-1), ghc-text

CompileScript: <<
runghc Setup.hs configure --prefix=%p --docdir=%p/share/doc/%n
runghc Setup.hs build
runghc Setup.hs haddock
runghc Setup.hs register --gen-script
runghc Setup.hs unregister --gen-script
<<
InstallScript: runghc Setup.hs copy --destdir=%d

DocFiles: CHANGES LICENSE README.markdown TODO register.sh unregister.sh

PostInstScript: %p/share/doc/%n/register.sh
PreRmScript: sh %p/share/doc/%n/unregister.sh --force

Description: Efficient buffered output
DescDetail: <<
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.
<<
Homepage: http://hackage.haskell.org/package/blaze-builder
License: BSD
Maintainer: Brendan Cully <bren...@finkproject.org>


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to