diff options
Diffstat (limited to 'packages/base/hmatrix.cabal')
-rw-r--r-- | packages/base/hmatrix.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index 350023f..01699f2 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal | |||
@@ -55,7 +55,7 @@ library | |||
55 | Numeric.LinearAlgebra.Data | 55 | Numeric.LinearAlgebra.Data |
56 | Numeric.LinearAlgebra.HMatrix | 56 | Numeric.LinearAlgebra.HMatrix |
57 | Numeric.LinearAlgebra.Static | 57 | Numeric.LinearAlgebra.Static |
58 | Numeric.LinearAlgebra.Util | 58 | Numeric.LinearAlgebra.HMatrix.Util |
59 | 59 | ||
60 | other-modules: Data.Packed, | 60 | other-modules: Data.Packed, |
61 | Data.Packed.Vector | 61 | Data.Packed.Vector |
@@ -85,6 +85,7 @@ library | |||
85 | Numeric.Conversion | 85 | Numeric.Conversion |
86 | Numeric.Sparse | 86 | Numeric.Sparse |
87 | Numeric.LinearAlgebra.Static.Internal | 87 | Numeric.LinearAlgebra.Static.Internal |
88 | Numeric.LinearAlgebra.Util | ||
88 | 89 | ||
89 | C-sources: src/C/lapack-aux.c | 90 | C-sources: src/C/lapack-aux.c |
90 | src/C/vector-aux.c | 91 | src/C/vector-aux.c |