fftwRaw 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base
API changes (from Hackage documentation)
- Numeric.FFTW: [Backward] :: Direction
- Numeric.FFTW: [Forward] :: Direction
- Numeric.FFTW: instance Monoid Flag
+ Numeric.FFTW: Backward :: Direction
+ Numeric.FFTW: Forward :: Direction
+ Numeric.FFTW: instance GHC.Base.Monoid Numeric.FFTW.Flag
Files
- fftwRaw.cabal +2/−2
fftwRaw.cabal view
@@ -1,5 +1,5 @@ name: fftwRaw-version: 0.1.0.0+version: 0.1.0.1 synopsis: Low level bindings to FFTW. description: Yet another set of Haskell bindings to <http://www.fftw.org/ FFTW>, the Fastest Fourier Transform in the West.@@ -29,7 +29,7 @@ exposed-modules: Numeric.FFTW -- other-modules: -- other-extensions: - build-depends: base >=4.6 && <4.9+ build-depends: base >=4.6 && <5 -- hs-source-dirs: default-language: Haskell2010 extra-libraries: fftw3