name: fft version: 0.1.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: build-Depends: base, array, carray, storable-complex extra-libraries: fftw3 extensions: ForeignFunctionInterface exposed-modules: Math.FFT Math.FFT.Base ghc-options: build-type: Simple