accelerate-fftw 1.0 → 1.0.0.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- accelerate-fftw.cabal +4/−4
accelerate-fftw.cabal view
@@ -1,5 +1,5 @@ Name: accelerate-fftw-Version: 1.0+Version: 1.0.0.1 License: BSD3 License-File: LICENSE Author: Henning Thielemann <haskell@henning-thielemann.de>@@ -11,11 +11,11 @@ An interface to the Fastest Fourier Transform in the West (FFTW) for the @accelerate@ framework. Tested-With: GHC==7.8.3-Cabal-Version: >=1.14+Cabal-Version: 1.14 Build-Type: Simple Source-Repository this- Tag: 1.0+ Tag: 1.0.0.1 Type: darcs Location: http://hub.darcs.net/thielema/accelerate-fftw/ @@ -30,7 +30,7 @@ storable-complex >=0.2.1 && <0.3, accelerate-io >=1.0 && <1.1, accelerate >=1.0 && <1.2,- base >=4.5 && <4.11+ base >=4.5 && <5 GHC-Options: -Wall -fwarn-missing-import-lists Hs-Source-Dirs: src