fft 0.1.8.3 → 0.1.8.4
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~QuickCheckPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
+ Math.FFT.Base: infix 7 `has`
Files
- fft.cabal +3/−3
fft.cabal view
@@ -1,5 +1,5 @@ name: fft-version: 0.1.8.3+version: 0.1.8.4 synopsis: Bindings to the FFTW library. description: Bindings to the FFTW library.@@ -20,7 +20,7 @@ flag base4 source-repository this- tag: 0.1.8.3+ tag: 0.1.8.4 type: darcs location: http://hub.darcs.net/thielema/fft/ @@ -62,7 +62,7 @@ fft, carray, storable-complex,- QuickCheck >=2.5 && <2.9,+ QuickCheck >=2.5 && <2.10, base ghc-options: -Wall main-is: tests.hs