diff options
author | Vivian McPhail <haskell.vivian.mcphail@gmail.com> | 2010-09-05 08:11:17 +0000 |
---|---|---|
committer | Vivian McPhail <haskell.vivian.mcphail@gmail.com> | 2010-09-05 08:11:17 +0000 |
commit | fa4e2233a873bbfee26939c013b56acc160bca7b (patch) | |
tree | ba2152dfd8ae8ffa6ead19c1924747c2134a3190 /hmatrix.cabal | |
parent | b59a56c22f7e4aa518046c41e049e5bf1cdf8204 (diff) |
refactor Numeric Vector/Matrix and classes
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index 146cf1a..736c443 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -95,11 +95,13 @@ library | |||
95 | Numeric.GSL.ODE, | 95 | Numeric.GSL.ODE, |
96 | Numeric.GSL.Vector, | 96 | Numeric.GSL.Vector, |
97 | Numeric.GSL, | 97 | Numeric.GSL, |
98 | Numeric.Vector, | ||
99 | Numeric.Matrix, | ||
100 | Numeric.Container, | ||
98 | Numeric.LinearAlgebra, | 101 | Numeric.LinearAlgebra, |
99 | Numeric.LinearAlgebra.LAPACK, | 102 | Numeric.LinearAlgebra.LAPACK, |
100 | Numeric.LinearAlgebra.Interface, | 103 | Numeric.LinearAlgebra.Interface, |
101 | Numeric.LinearAlgebra.Linear, | 104 | Numeric.LinearAlgebra.Linear, |
102 | Numeric.LinearAlgebra.Instances, | ||
103 | Numeric.LinearAlgebra.Algorithms, | 105 | Numeric.LinearAlgebra.Algorithms, |
104 | Graphics.Plot, | 106 | Graphics.Plot, |
105 | -- Data.Packed.Convert, | 107 | -- Data.Packed.Convert, |