The primitive package
This package provides wrappers for primitive array operations from GHC.Prim.
Changes in version 0.4.0.1
Critical bug fix in fillByteArray
Changes in version 0.4
Support for GHC 7.2 array copying primitives
New in Data.Primitive.ByteArray: copyByteArray, copyMutableByteArray, moveByteArray, fillByteArray
Deprecated in Data.Primitive.ByteArray: memcpyByteArray, memcpyByteArray', memmoveByteArray, memsetByteArray
New in Data.Primitive.Array: copyArray, copyMutableByteArray
New in Data.Primitive.Addr: copyAddr, moveAddr
Deprecated in Data.Primitive.Addr: memcpyAddr
Properties
| Versions | 0.1, 0.2, 0.2.1, 0.3, 0.3.1, 0.4, 0.4.0.1, 0.4.1 |
|---|---|
| Dependencies | base (4.*), ghc-prim |
| License | BSD3 |
| Copyright | (c) Roman Leshchinskiy 2009-2010 |
| Author | Roman Leshchinskiy <rl@cse.unsw.edu.au> |
| Maintainer | Roman Leshchinskiy <rl@cse.unsw.edu.au> |
| Category | Data |
| Home page | http://code.haskell.org/primitive |
| Upload date | Tue Aug 30 19:18:28 UTC 2011 |
| Uploaded by | RomanLeshchinskiy |
| Built on | ghc-7.2 |
| Distributions | Fedora: 0.4.0.1, NixOS: 0.4.1, Debian: 0.4.1, FreeBSD: 0.4.1 |
Modules
Downloads
- primitive-0.4.0.1.tar.gz (Cabal source package)
- package description (included in the package)