packages feed

fft 0.1.7.1 → 0.1.7.2

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Math.FFT.Base: dftShape :: (Ix i, Shapable i, IArray CArray e) => DFT -> [Int] -> CArray i e -> ((i, i), TSpec)
+ Math.FFT.Base: dftShape :: (Ix i, Shapable i, Storable e) => DFT -> [Int] -> CArray i e -> ((i, i), TSpec)

Files

Math/FFT/Base.hsc view
@@ -432,7 +432,7 @@           f' = f .&. complement preserveInput .|. destroyInput  -- | All the logic for determining shape of resulting array, and how to do the transform.-dftShape :: (Ix i, Shapable i, IArray CArray e)+dftShape :: (Ix i, Shapable i, Storable e)              => DFT -> [Int] -> CArray i e -> ((i,i),TSpec) dftShape t tdims a = assert valid (oBounds,tspec)     where shp = shape a
fft.cabal view
@@ -1,5 +1,5 @@ name:                fft-version:             0.1.7.1+version:             0.1.7.2 synopsis:            Bindings to the FFTW library. description:                      Bindings to the FFTW library.@@ -24,7 +24,7 @@   default: False  source-repository this-  tag:         0.1.7.1+  tag:         0.1.7.2   type:        darcs   location:    http://code.haskell.org/fft/