Пакет i586-ghc7.6.1-vector: Информация

    Бинарный пакет: i586-ghc7.6.1-vector
    Версия: 0.10.0.1-alt2
    Архитектура: x86_64-i586
    Собран:  23 декабря 2012 г. 5:50
    Категория: Разработка/Haskell
    Сообщить об ошибке в пакете
    Домашняя страница: http://code.haskell.org/vector

    Лицензия: BSD3
    О пакете: Efficient Arrays
    Описание: 
    [This package was automatically repackaged from i586.]
    
    
    
    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

    Сопровождающий: Denis Smirnov

    Список участников:
    Denis Smirnov

    Последнее изменение


    22 декабря 2012 г. Denis Smirnov 0.10.0.1-alt2
    - rebuild
    22 декабря 2012 г. Denis Smirnov 0.10.0.1-alt1
    - Spec created by cabal2rpm 0.20_08