Cabal revisions of vector-fftw-0.1.3.8
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: vector-fftw--Version: 0.1.3.8-License: BSD3-License-file: LICENSE-Author: Judah Jacobson-Maintainer: Ben Gamari <ben@smart-cactus.org>-Copyright: (c) Judah Jacobson, 2010-Category: Math-Build-type: Simple-Cabal-version: >=1.6-Homepage: http://hackage.haskell.org/package/vector-fftw-Synopsis: A binding to the fftw library for one-dimensional vectors.-Description: This package provides bindings to the fftw library for one-dimensional vectors.- It provides both high-level functions and more low-level manipulation of fftw plans.- .- We provide three different modules which wrap fftw's operations:- .- - "Numeric.FFT.Vector.Unnormalized" contains the raw transforms;- .- - "Numeric.FFT.Vector.Invertible" scales the backwards transforms to be true inverses;- .- - "Numeric.FFT.Vector.Unitary" additionally scales all transforms to preserve the L2 (sum-of-squares) norm of the- input.-Tested-With: GHC == 7.6.2, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1--source-repository head- type: git- location: https://github.com/bgamari/vector-fftw---Library- Exposed-modules:- Numeric.FFT.Vector.Unnormalized- Numeric.FFT.Vector.Invertible- Numeric.FFT.Vector.Unitary- Numeric.FFT.Vector.Plan-- Other-modules:- Numeric.FFT.Vector.Base-- Build-depends: base>=4.3 && < 4.11,- vector>=0.9 && < 0.13,- primitive>=0.6 && < 0.7,- storable-complex==0.2.*- if os(windows)- Extra-libraries: fftw3-3- else- Extra-libraries: fftw3-- Extensions: ForeignFunctionInterface, RecordWildCards, BangPatterns, FlexibleInstances,- ScopedTypeVariables- ghc-options: -Wall-- Ghc-Options: -O2+Name: vector-fftw + +Version: 0.1.3.8 +x-revision: 1 +License: BSD3 +License-file: LICENSE +Author: Judah Jacobson +Maintainer: Ben Gamari <ben@smart-cactus.org> +Copyright: (c) Judah Jacobson, 2010 +Category: Math +Build-type: Simple +Cabal-version: >=1.6 +Homepage: http://hackage.haskell.org/package/vector-fftw +Synopsis: A binding to the fftw library for one-dimensional vectors. +Description: This package provides bindings to the fftw library for one-dimensional vectors. + It provides both high-level functions and more low-level manipulation of fftw plans. + . + We provide three different modules which wrap fftw's operations: + . + - "Numeric.FFT.Vector.Unnormalized" contains the raw transforms; + . + - "Numeric.FFT.Vector.Invertible" scales the backwards transforms to be true inverses; + . + - "Numeric.FFT.Vector.Unitary" additionally scales all transforms to preserve the L2 (sum-of-squares) norm of the + input. +Tested-With: GHC == 7.6.2, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1 + +source-repository head + type: git + location: https://github.com/bgamari/vector-fftw + + +Library + Exposed-modules: + Numeric.FFT.Vector.Unnormalized + Numeric.FFT.Vector.Invertible + Numeric.FFT.Vector.Unitary + Numeric.FFT.Vector.Plan + + Other-modules: + Numeric.FFT.Vector.Base + + Build-depends: base>=4.3 && < 4.12, + vector>=0.9 && < 0.13, + primitive>=0.6 && < 0.7, + storable-complex==0.2.* + if os(windows) + Extra-libraries: fftw3-3 + else + Extra-libraries: fftw3 + + Extensions: ForeignFunctionInterface, RecordWildCards, BangPatterns, FlexibleInstances, + ScopedTypeVariables + ghc-options: -Wall + + Ghc-Options: -O2
revision 2
Name: vector-fftw Version: 0.1.3.8 -x-revision: 1 +x-revision: 2 License: BSD3 License-file: LICENSE Author: Judah Jacobson Other-modules: Numeric.FFT.Vector.Base - Build-depends: base>=4.3 && < 4.12, + Build-depends: base>=4.3 && < 4.13, vector>=0.9 && < 0.13, primitive>=0.6 && < 0.7, storable-complex==0.2.*
revision 3
Name: vector-fftw Version: 0.1.3.8 -x-revision: 2 +x-revision: 3 License: BSD3 License-file: LICENSE Author: Judah Jacobson Other-modules: Numeric.FFT.Vector.Base - Build-depends: base>=4.3 && < 4.13, + Build-depends: base>=4.3 && < 4.14, vector>=0.9 && < 0.13, primitive>=0.6 && < 0.7, storable-complex==0.2.*