repa-linear-algebra 0.0.0.0 → 0.1.0.0
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~basedep ~hmatrixdep ~repa
Dependency ranges changed: base, hmatrix, repa, vector
Files
repa-linear-algebra.cabal view
@@ -1,5 +1,5 @@ name: repa-linear-algebra-version: 0.0.0.0+version: 0.1.0.0 synopsis: HMatrix operations for Repa. description: HMatrix Vector and Matrix conversions to and from REPA Array F DIM1/2 (Complex) Double, together with a port of linear algebraic functions. license: BSD3@@ -27,10 +27,10 @@ Numeric.LinearAlgebra.Repa.Conversion -- other-modules: -- other-extensions:- build-depends: base >=4.8 && <4.9- , hmatrix- , repa- , vector+ build-depends: base >=4.7 && <4.9+ , hmatrix >= 0.16 && < 0.17+ , repa >= 3.4.0.0 && < 3.5+ , vector >= 0.10 && < 0.12 hs-source-dirs: src ghc-options: -Wall if flag(Devel)