packages feed

fft-0.1.0.1: fft.cabal

name:                fft
version:             0.1.0.1
synopsis:            Bindings to the FFTW library.
description:
                     Bindings to the FFTW library.
		     .
		     Provides high performance discrete fourier transforms in
		     arbitrary dimensions.  Include transforms of complex data,
		     real data, and real to real transforms.
		     .
category:            Math
license:             BSD3
license-file:        LICENSE
author:              Jed Brown
maintainer:          <jed@59A2.org>
build-Depends:       base, array, carray
extra-libraries:     fftw3
extensions:	     ForeignFunctionInterface
exposed-modules:     Math.FFT
		     Math.FFT.Base
ghc-options:         
build-type:	     Simple