packages feed

vector-fftw 0.1.4.0 → 0.1.4.1

raw patch · 3 files changed

+16/−6 lines, 3 filesdep ~basenew-uploader

Dependency ranges changed: base

Files

Changelog.md view
@@ -1,5 +1,9 @@ # vector-fftw changelog +## 0.1.4.1++* Adjust imports to support newer GHCs.+ ## 0.1.4.0  * Introduce multi-dimensional transforms:
Numeric/FFT/Vector/Base.hsc view
@@ -33,7 +33,7 @@ import qualified Data.Vector.Storable as VS import qualified Data.Vector.Storable.Mutable as MS import Data.Vector.Generic as V hiding (forM_)-import Data.Vector.Generic.Mutable as M hiding (unsafeModify)+import Data.Vector.Generic.Mutable as M hiding (forM_, unsafeModify) import Data.List as L import Control.Concurrent.MVar import Control.Monad.Primitive (RealWorld,PrimMonad(..), PrimBase,
vector-fftw.cabal view
@@ -2,7 +2,7 @@  Name:                vector-fftw -Version:             0.1.4.0+Version:             0.1.4.1 License:             BSD3 License-file:        LICENSE Author:              Judah Jacobson@@ -27,7 +27,13 @@                      In addition, we provide @.Multi@ modules for each of these providing multi-dimensional                      transforms. Extra-Source-Files:  Changelog.md-Tested-With:         GHC == 7.6.2, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.6.4, GHC == 8.8.3, GHC == 8.10.1+Tested-With:         GHC == 8.10.7,+                     GHC == 9.0.2,+                     GHC == 9.2.4,+                     GHC == 9.4.5,+                     GHC == 9.6.5,+                     GHC == 9.8.2,+                     GHC == 9.10.1  source-repository head     type:   git@@ -48,9 +54,9 @@   Other-modules:         Numeric.FFT.Vector.Base -  Build-depends: base>=4.3 && < 4.15,-                 vector>=0.9 && < 0.13,-                 primitive>=0.6 && < 0.8,+  Build-depends: base>=4.3 && < 4.21,+                 vector>=0.9 && < 0.14,+                 primitive>=0.6 && < 0.10,                  storable-complex==0.2.*   if os(windows)     Extra-libraries: fftw3-3