packages feed

accelerate-fourier-benchmark-0.0: accelerate-fourier-benchmark.cabal

Name:             accelerate-fourier-benchmark
Version:          0.0
License:          BSD3
License-File:     LICENSE
Author:           Henning Thielemann <haskell@henning-thielemann.de>
Maintainer:       Henning Thielemann <haskell@henning-thielemann.de>
Homepage:         http://code.haskell.org/~thielema/accelerate-fourier-benchmark/
Category:         Math
Synopsis:         Compare different implementations of the Fast Fourier Transform
Description:
  Compare
  .
  * @accelerate-fourier@
  .
  * @accelerate-cufft@
  .
  * @accelerate-fftw@
Tested-With:      GHC==7.8.3
Cabal-Version:    >=1.14
Build-Type:       Simple

Source-Repository this
  Tag:         0.0
  Type:        darcs
  Location:    http://code.haskell.org/~thielema/accelerate-fourier-benchmark/

Source-Repository head
  Type:        darcs
  Location:    http://code.haskell.org/~thielema/accelerate-fourier-benchmark/

Executable accelerate-fourier-benchmark
  Main-Is:          Main.hs
  GHC-Options:      -Wall -fwarn-missing-import-lists -threaded
  GHC-Prof-Options: -fprof-auto -rtsopts
  Hs-Source-Dirs:   src
  Default-Language: Haskell98
  Build-Depends:
    criterion >=1.0 && <1.1,
    accelerate-cufft >=0.0 && <0.1,
    accelerate-fftw >=0.0 && <0.1,
    accelerate-fourier >=0.0 && <0.1,
    accelerate-cuda >=0.15 && <0.16,
    accelerate >=0.15 && <0.16,
    base >=4.5 && <4.8