packages feed

vector-fftw 0.1.3.7 → 0.1.3.8

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~basedep ~vector

Dependency ranges changed: base, vector

Files

vector-fftw.cabal view
@@ -1,6 +1,6 @@ Name:                vector-fftw -Version:             0.1.3.7+Version:             0.1.3.8 License:             BSD3 License-file:        LICENSE Author:              Judah Jacobson@@ -17,7 +17,7 @@                      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@@ -30,7 +30,7 @@   Library-  Exposed-modules:     +  Exposed-modules:         Numeric.FFT.Vector.Unnormalized         Numeric.FFT.Vector.Invertible         Numeric.FFT.Vector.Unitary@@ -38,9 +38,9 @@    Other-modules:         Numeric.FFT.Vector.Base-  -  Build-depends: base>=4.3 && < 4.10,-                 vector>=0.9 && < 0.12,++  Build-depends: base>=4.3 && < 4.11,+                 vector>=0.9 && < 0.13,                  primitive>=0.6 && < 0.7,                  storable-complex==0.2.*   if os(windows)