pure-fft-0.1.0: pure-fft.cabal
name: pure-fft
version: 0.1.0
cabal-version: >= 1.2
build-type: Simple
license: BSD3
license-file: LICENSE
category: Numeric, Math
author: Matt Morrow
copyright: Matt Morrow
maintainer: Matt Morrow <mjm2002@gmail.com>
stability: experimental
synopsis: Fast Fourier Transform
description: A pure-haskell implementation
of the radix-2 DIT version of
the Cooley-Tukey FFT algorithm.
library
build-depends: base
ghc-options: -O2
hs-source-dirs: src
exposed-modules: Numeric.FFT