diff options
author | Vivian McPhail <haskell.vivian.mcphail@gmail.com> | 2010-07-12 22:23:14 +0000 |
---|---|---|
committer | Vivian McPhail <haskell.vivian.mcphail@gmail.com> | 2010-07-12 22:23:14 +0000 |
commit | 7659d9c67f75e1f665d6b02663ee8767e97762b4 (patch) | |
tree | cddaaf3156cadef9aaf564abf9d033b72f6e2e67 /hmatrix.cabal | |
parent | 007960d648485d5c161cd366d16282bc29fac68b (diff) |
refactored Data.Packed.Vector to remove any numerics
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index 009219c..04c3581 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -97,6 +97,7 @@ library | |||
97 | Numeric.LinearAlgebra, | 97 | Numeric.LinearAlgebra, |
98 | Numeric.LinearAlgebra.LAPACK, | 98 | Numeric.LinearAlgebra.LAPACK, |
99 | Numeric.LinearAlgebra.Interface, | 99 | Numeric.LinearAlgebra.Interface, |
100 | Numeric.LinearAlgebra.Linear, | ||
100 | Numeric.LinearAlgebra.Algorithms, | 101 | Numeric.LinearAlgebra.Algorithms, |
101 | Graphics.Plot, | 102 | Graphics.Plot, |
102 | -- Data.Packed.Convert, | 103 | -- Data.Packed.Convert, |
@@ -108,7 +109,6 @@ library | |||
108 | Data.Packed.Internal.Signatures, | 109 | Data.Packed.Internal.Signatures, |
109 | Data.Packed.Internal.Vector, | 110 | Data.Packed.Internal.Vector, |
110 | Data.Packed.Internal.Matrix, | 111 | Data.Packed.Internal.Matrix, |
111 | Numeric.LinearAlgebra.Linear, | ||
112 | Numeric.LinearAlgebra.Instances, | 112 | Numeric.LinearAlgebra.Instances, |
113 | Numeric.GSL.Internal | 113 | Numeric.GSL.Internal |
114 | 114 | ||