diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-05-27 10:41:40 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-05-27 10:41:40 +0200 |
commit | cf3c788f0c44577ac1a5365e8154200b53a36409 (patch) | |
tree | d667ea10609e74b69b11309bb59b7e000b240a92 /packages/base/hmatrix.cabal | |
parent | 365e2435e71de10ebe849acac5a107b6f43817c4 (diff) |
static dimensions, cont.
Diffstat (limited to 'packages/base/hmatrix.cabal')
-rw-r--r-- | packages/base/hmatrix.cabal | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index e958de0..3ca6659 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal | |||
@@ -47,7 +47,7 @@ library | |||
47 | Numeric.HMatrix | 47 | Numeric.HMatrix |
48 | Numeric.LinearAlgebra.Devel | 48 | Numeric.LinearAlgebra.Devel |
49 | Numeric.LinearAlgebra.Data | 49 | Numeric.LinearAlgebra.Data |
50 | 50 | Numeric.LinearAlgebra.Real | |
51 | 51 | ||
52 | 52 | ||
53 | other-modules: Data.Packed.Internal, | 53 | other-modules: Data.Packed.Internal, |
@@ -67,7 +67,6 @@ library | |||
67 | Numeric.LinearAlgebra.Random | 67 | Numeric.LinearAlgebra.Random |
68 | Numeric.Conversion | 68 | Numeric.Conversion |
69 | Numeric.Sparse | 69 | Numeric.Sparse |
70 | Numeric.LinearAlgebra.Util.Static | ||
71 | 70 | ||
72 | C-sources: src/C/lapack-aux.c | 71 | C-sources: src/C/lapack-aux.c |
73 | src/C/vector-aux.c | 72 | src/C/vector-aux.c |