summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2012-03-19 11:59:53 +0100
committerAlberto Ruiz <aruiz@um.es>2012-03-19 11:59:53 +0100
commitb0424cacf0453d8294fb37ab1325be256fd7be3e (patch)
tree852f11d979ce39897681361bd184e5415b1c956d /hmatrix.cabal
parent1a6d3168d0182b868ac3a87ab69a88f22e03b836 (diff)
rename module to Util, some changes, add cross product and disp
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index a772746..7ffa01d 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -110,7 +110,7 @@ library
110 Numeric.LinearAlgebra, 110 Numeric.LinearAlgebra,
111 Numeric.LinearAlgebra.LAPACK, 111 Numeric.LinearAlgebra.LAPACK,
112 Numeric.LinearAlgebra.Algorithms, 112 Numeric.LinearAlgebra.Algorithms,
113 Numeric.LinearAlgebra.Real, 113 Numeric.LinearAlgebra.Util,
114 Graphics.Plot, 114 Graphics.Plot,
115 Data.Packed.ST, 115 Data.Packed.ST,
116 Data.Packed.Development 116 Data.Packed.Development