fft 0.1.2 → 0.1.3
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Math.FFT: DFTBackward :: Sign
+ Math.FFT: DFTForward :: Sign
+ Math.FFT: DHT :: Kind
+ Math.FFT: HC2R :: Kind
+ Math.FFT: R2HC :: Kind
+ Math.FFT: REDFT00 :: Kind
+ Math.FFT: REDFT01 :: Kind
+ Math.FFT: REDFT10 :: Kind
+ Math.FFT: REDFT11 :: Kind
+ Math.FFT: RODFT00 :: Kind
+ Math.FFT: RODFT01 :: Kind
+ Math.FFT: RODFT10 :: Kind
+ Math.FFT: RODFT11 :: Kind
Files
- Math/FFT.hs +2/−2
- fft.cabal +1/−1
Math/FFT.hs view
@@ -90,8 +90,8 @@ module Math.FFT ( -- * Data types- Sign,- Kind,+ Sign(..),+ Kind(..), -- * Planner flags -- ** Algorithm restriction flags destroyInput,
fft.cabal view
@@ -1,5 +1,5 @@ name: fft-version: 0.1.2+version: 0.1.3 synopsis: Bindings to the FFTW library. description: Bindings to the FFTW library.