Name: storablevector-carray
Version: 0.0
Category: Data
Synopsis: Conversion between storablevector and carray
Description:
Conversion from and to strict storable vectors and c-arrays.
This allows you to apply Fast Fourier Transform from the @fft@ package
to storablevectors.
License: BSD3
License-file: LICENSE
Author: Henning Thielemann <storablevector@henning-thielemann.de>
Maintainer: Henning Thielemann <storablevector@henning-thielemann.de>
Homepage: http://www.haskell.org/haskellwiki/Storable_Vector
Stability: Experimental
Build-Type: Simple
Tested-With: GHC==7.4.1
Cabal-Version: >=1.6
Source-Repository this
Tag: 0.0
Type: darcs
Location: http://code.haskell.org/~thielema/storablevector-carray/
Source-Repository head
Type: darcs
Location: http://code.haskell.org/~thielema/storablevector-carray/
Library
Build-Depends:
storablevector >=0.2 && <0.3,
carray >=0.1.5 && <0.2,
utility-ht >=0.0.1 && <0.1,
base >= 3 && <5
GHC-Options: -Wall -funbox-strict-fields
Hs-Source-Dirs: src
Exposed-Modules:
Data.StorableVector.CArray