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

Added Files:
        ghc-primitive.info ghc-unordered-containers.info 
        ghc-vector.info 
Log Message:
New packages ghc-primitive, ghc-unordered-containers, ghc-vector

--- NEW FILE: ghc-vector.info ---
Package: ghc-vector
Version: 0.10.0.1
Revision: 1
Source: http://hackage.haskell.org/packages/archive/vector/%v/vector-%v.tar.gz
Source-MD5: a0d48ebfe68c8b90cb1d09589d86a79c
SourceDirectory: vector-%v

Depends: ghc (<< 7.6.4-1), ghc-primitive

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: LICENSE register.sh unregister.sh

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

Description: Efficient Arrays
DescDetail: <<
An efficient implementation of Int-indexed arrays (both mutable and
immutable), with a powerful loop optimisation framework.

It is structured as follows:

Data.Vector
    Boxed vectors of arbitrary types. 
Data.Vector.Unboxed
    Unboxed vectors with an adaptive representation based on data type
    families.
Data.Vector.Storable
    Unboxed vectors of Storable types. 
Data.Vector.Primitive
    Unboxed vectors of primitive types as defined by the primitive
    package. Data.Vector.Unboxed is more flexible at no performance
    cost.
Data.Vector.Generic
    Generic interface to the vector types. 

There is also a (draft) tutorial on common uses of vector.

    http://haskell.org/haskellwiki/Numeric_Haskell:_A_Vector_Tutorial
<<
Homepage: http://hackage.haskell.org/package/vector
License: BSD
Maintainer: Brendan Cully <bren...@finkproject.org>

--- NEW FILE: ghc-primitive.info ---
Package: ghc-primitive
Version: 0.5.0.1
Revision: 1
Source: 
http://hackage.haskell.org/packages/archive/primitive/%v/primitive-%v.tar.gz
Source-MD5: 587ec0c168f55a88096df40e7e4389f9
SourceDirectory: primitive-%v

Depends: ghc (<< 7.6.4-1)

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: LICENSE register.sh unregister.sh

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

Description: Primitive memory-related operations
DescDetail: <<
This package provides various primitive memory-related operations.
<<
Homepage: http://hackage.haskell.org/package/primitive
License: BSD
Maintainer: Brendan Cully <bren...@finkproject.org>

--- NEW FILE: ghc-unordered-containers.info ---
Package: ghc-unordered-containers
Version: 0.2.3.1
Revision: 1
Source: 
http://hackage.haskell.org/packages/archive/unordered-containers/%v/unordered-containers-%v.tar.gz
Source-MD5: 730f1daa708ac4b6fb6c5095d115dd42
SourceDirectory: unordered-containers-%v

Depends: ghc (<< 7.6.4-1), ghc-hashable

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: LICENSE register.sh unregister.sh

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

Description: Efficient hashing-based container types
DescDetail: <<
Efficient hashing-based container types. The containers have been
optimized for performance critical use, both in terms of large data
quantities and high speed.

The declared cost of each operation is either worst-case or amortized,
but remains valid even if structures are shared.
<<
Homepage: http://hackage.haskell.org/package/unordered-containers
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