packages feed

hmatrix-svdlibc 0.4.0 → 0.4.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~hmatrix

Dependency ranges changed: hmatrix

Files

hmatrix-svdlibc.cabal view
@@ -1,5 +1,5 @@ name:                hmatrix-svdlibc-version:             0.4.0+version:             0.4.1 synopsis:            SVDLIBC bindings for HMatrix description:   Bindings for the sparse singular value decomposition@@ -26,7 +26,7 @@   Include-dirs:        include, svdlibc   Includes:            glue.h, svdlib.h   build-depends:       base >=4.6 && <5.0,-                       hmatrix >=0.17 && <0.18,+                       hmatrix >=0.17 && <0.19,                        vector >= 0.11   default-language:    Haskell2010 @@ -39,7 +39,7 @@   main-is:             Numeric/LinearAlgebra/SVD/Spec.hs   build-depends:       hmatrix-svdlibc,                        base >=4.6 && <5.0,-                       hmatrix >=0.17 && <0.18,+                       hmatrix >=0.17 && <0.19,                        vector >= 0.11,                        hspec >= 2.2,                        QuickCheck >= 2.8@@ -55,7 +55,7 @@   main-is:             Numeric/LinearAlgebra/SVD/Benchmarks.hs   build-depends:       hmatrix-svdlibc,                        base >=4.6 && <5.0,-                       hmatrix >=0.17 && <0.18,+                       hmatrix >=0.17 && <0.19,                        vector >= 0.11,                        criterion >= 1.1   ghc-options:         -threaded -rtsopts -with-rtsopts=-N