Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/hs-vector,
Efficient Arrays for Haskell
Branch: CURRENT,
Version: 0.10.9.2,
Package name: hs-vector-0.10.9.2,
Maintainer: phoAn efficient implementation of Int-indexed arrays (both mutable and
immutable), with a powerful loop fusion optimization 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.
Required to run:[
lang/ghc7] [
devel/hs-primitive]
Master sites:
SHA1: 49418b16f756f733e0a2ab0bb7f515bc63aff28c
RMD160: 2064b7b667b51491e592e321253f58d706c61ab8
Filesize: 100.81 KB
Version history: (Expand)
- (2014-05-28) Package deleted from pkgsrc
- (2014-05-23) Updated to version: hs-vector-0.10.9.2
- (2013-12-05) Updated to version: hs-vector-0.10.9.1
- (2013-11-18) Package has been reborn
- (2013-11-18) Package deleted from pkgsrc
- (2013-09-25) Updated to version: hs-vector-0.10.9.0
CVS history: (Expand)
2014-05-27 00:08:03 by Ryosuke Moro | Files touched by this commit (58) | |
Log message:
Remove hs-blaze-builder, hs-transformers-base, hs-transformers-compat, and
hs-vector, imported to pkgsrc/devel.
|
2014-05-25 23:59:28 by Ryosuke Moro | Files touched by this commit (58) |
Log message:
Remove hs-hashable, hs-primitive, hs-stm, imported to pkgsrc/devel.
|
2014-05-22 23:33:14 by Ryosuke Moro | Files touched by this commit (3) |
Log message:
Update to 0.10.9.2
pkgsrc changes: static -> dynamic
changelog:
Changes in version 0.10.9.2
* Fix compilation with GHC 7.9
|
2014-04-15 12:59:40 by Ryosuke Moro | Files touched by this commit (53) |
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
|
2013-12-05 04:27:13 by PHO / phonohawk | Files touched by this commit (3) | |
Log message:
Upstream update to vector-0.10.9.1
|
2013-09-25 15:13:13 by Ryosuke Moro | Files touched by this commit (4) |
Log message:
Update to 0.10.9.0
changes:
0.10.9.0
- Implement poly-kinded Typeable
This patch makes the Data.Typeable.Typeable class work with arguments of any
kind. In particular, this removes the Typeable1..7 class hierarchy, greatly
simplyfing the whole Typeable story. Also added is the AutoDeriveTypeable
language extension, which will automatically derive Typeable for all types and
classes declared in that module. Since there is now no good reason to give
handwritten instances of the Typeable class, those are ignored (for backwards
compatibility), and a warning is emitted.
The old, kind-* Typeable class is now called OldTypeable, and lives in the
Data.OldTypeable module. It is deprecated, and should be removed in some future
version of GHC.
- Make inplace fusion work on Streams rather than Bundles
- Readd Fusion.Stream.Monadic and use it Bundle.Monadic
- Add internal checks
- Adapt tests to new names and modules
- Finish Stream -> Bundle renaming
- Rename Facets to Bundle
- Work around bug in ghc-7.6.1
|
2013-01-15 10:18:41 by PHO / phonohawk | Files touched by this commit (4) | |
Log message:
Upstream update to vector-0.10.0.1
|
2012-02-02 13:58:32 by PHO / phonohawk | Files touched by this commit (3) | |
Log message:
Upstream update to vector-0.9.1
|