packages feed

accelerate-fourier-benchmark-0.0.0.1: accelerate-fourier-benchmark.cabal

Name:             accelerate-fourier-benchmark
Version:          0.0.0.1
License:          BSD3
License-File:     LICENSE
Author:           Henning Thielemann <haskell@henning-thielemann.de>
Maintainer:       Henning Thielemann <haskell@henning-thielemann.de>
Homepage:         http://hub.darcs.net/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.0.1
  Type:        darcs
  Location:    http://hub.darcs.net/thielema/accelerate-fourier-benchmark/

Source-Repository head
  Type:        darcs
  Location:    http://hub.darcs.net/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.16 && <0.17,
    accelerate >=0.15 && <0.16,
    base >=4.5 && <5