cufft-0.1.2.2: cufft.cabal
name: cufft
version: 0.1.2.2
synopsis: Haskell bindings for the CUFFT library
description:
The CUFFT library is part of the CUDA developer toolkit.
.
<http://developer.nvidia.com/cuda-downloads>
.
It contains a highly optimised, FFTW compatible, Fast-Fourier Transform
implementation that can execute on NVIDIA GPUs.
.
homepage: http://github.com/robeverest/cufft
license: BSD3
license-file: LICENSE
author: Robert Clifton-Everest <robertce@cse.unsw.edu.au>
maintainer: Robert Clifton-Everest <robertce@cse.unsw.edu.au>
category: Foreign
build-type: Custom
cabal-version: >=1.8
Extra-tmp-files: cufft.buildinfo config.status config.log
Extra-source-files: configure
configure.ac
config.guess
config.sub
install-sh
cufft.buildinfo.in
cbits/wrap.h
library
exposed-modules: Foreign.CUDA.FFT
other-modules: Foreign.CUDA.FFT.Error
Foreign.CUDA.FFT.Execute
Foreign.CUDA.FFT.Plan
Foreign.CUDA.FFT.Stream
Foreign.CUDA.FFT.Internal.C2HS
build-depends: base == 4.*,
cuda >= 0.6.6
build-tools: c2hs >= 0.16
ghc-options: -Wall -O2 -funbox-strict-fields -fwarn-tabs
include-dirs: .
Source-repository head
Type: git
Location: git://github.com/robeverest/cufft.git