Package ghc7.6.1-vector: Information
Source package: ghc7.6.1-vector
Version: 0.10.0.1-alt2
Build time: Dec 23, 2012, 05:46 AM
Category: Development/Haskell
Report package bugHome page: http://code.haskell.org/vector
License: BSD3
Summary: Efficient Arrays
Description:
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> Please use the project trac to submit bug reports and feature requests. * <http://trac.haskell.org/vector> Changes in version 0.10.0.1 * Require @primitive@ to include workaround for a GHC array copying bug Changes in version 0.10 * @NFData@ instances * More efficient block fills * Safe Haskell support removed
List of RPM packages built from this SRPM:
ghc7.6.1-vector (x86_64, i586)
ghc7.6.1-vector-debuginfo (x86_64, i586)
ghc7.6.1-vector (x86_64, i586)
ghc7.6.1-vector-debuginfo (x86_64, i586)
Maintainer: Denis Smirnov
Last changed
Dec. 22, 2012 Denis Smirnov 0.10.0.1-alt2
- rebuild
Dec. 22, 2012 Denis Smirnov 0.10.0.1-alt1
- Spec created by cabal2rpm 0.20_08