diff options
author | Alberto Ruiz <aruiz@um.es> | 2008-11-14 16:16:04 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2008-11-14 16:16:04 +0000 |
commit | f0a2248b9d9532e0814519408bff8b886bca2bbc (patch) | |
tree | 05d0751368350fe12b6f402528441290c49e64af /hmatrix.cabal | |
parent | b69fa7ed53d52e812afd27547f4f63e74cfe5527 (diff) |
subMatrix reimplemented and removed auxi.c
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index 466711a..8644019 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -95,8 +95,7 @@ library | |||
95 | Numeric.GSL.Special.Internal, | 95 | Numeric.GSL.Special.Internal, |
96 | Numeric.LinearAlgebra.Tests.Instances, | 96 | Numeric.LinearAlgebra.Tests.Instances, |
97 | Numeric.LinearAlgebra.Tests.Properties | 97 | Numeric.LinearAlgebra.Tests.Properties |
98 | C-sources: lib/Data/Packed/Internal/auxi.c, | 98 | C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, |
99 | lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, | ||
100 | lib/Numeric/GSL/gsl-aux.c | 99 | lib/Numeric/GSL/gsl-aux.c |
101 | 100 | ||
102 | ghc-prof-options: -auto-all | 101 | ghc-prof-options: -auto-all |