diff options
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index de7b1cb..2a42624 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -100,8 +100,8 @@ library | |||
100 | Numeric.Container, | 100 | Numeric.Container, |
101 | Numeric.LinearAlgebra, | 101 | Numeric.LinearAlgebra, |
102 | Numeric.LinearAlgebra.LAPACK, | 102 | Numeric.LinearAlgebra.LAPACK, |
103 | Numeric.LinearAlgebra.Interface, | 103 | --Numeric.LinearAlgebra.Interface, |
104 | Numeric.LinearAlgebra.Linear, | 104 | --Numeric.LinearAlgebra.Linear, |
105 | Numeric.LinearAlgebra.Algorithms, | 105 | Numeric.LinearAlgebra.Algorithms, |
106 | Graphics.Plot, | 106 | Graphics.Plot, |
107 | -- Data.Packed.Convert, | 107 | -- Data.Packed.Convert, |
@@ -113,7 +113,8 @@ library | |||
113 | Data.Packed.Internal.Signatures, | 113 | Data.Packed.Internal.Signatures, |
114 | Data.Packed.Internal.Vector, | 114 | Data.Packed.Internal.Vector, |
115 | Data.Packed.Internal.Matrix, | 115 | Data.Packed.Internal.Matrix, |
116 | Numeric.GSL.Internal | 116 | Numeric.GSL.Internal, |
117 | Numeric.Conversion | ||
117 | 118 | ||
118 | C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, | 119 | C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, |
119 | lib/Numeric/GSL/gsl-aux.c | 120 | lib/Numeric/GSL/gsl-aux.c |