packages feed

repa-linear-algebra 0.1.0.0 → 0.2.0.0

raw patch · 2 files changed

+6/−6 lines, 2 filesdep ~basedep ~repa

Dependency ranges changed: base, repa

Files

repa-linear-algebra.cabal view
@@ -1,5 +1,5 @@ name:                repa-linear-algebra-version:             0.1.0.0+version:             0.2.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@@ -25,12 +25,10 @@ library   exposed-modules:     Numeric.LinearAlgebra.Repa                        Numeric.LinearAlgebra.Repa.Conversion-  -- other-modules:-  -- other-extensions:-  build-depends:       base >=4.7 && <4.9+  build-depends:       base    >= 4.8  && <4.9                      , hmatrix >= 0.16 && < 0.17-                     , repa >= 3.4.0.0 && < 3.5-                     , vector >= 0.10 && < 0.12+                     , repa    >= 3.4  && < 3.5+                     , vector  >= 0.10 && < 0.12   hs-source-dirs:      src   ghc-options:       -Wall   if flag(Devel)
src/Numeric/LinearAlgebra/Repa.hs view
@@ -4,6 +4,8 @@   ( Numeric   , Field   , Product+  , Vector+  , H.Matrix   , RandDist(..)   , Seed   , HShape(..)