summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2010-09-08 08:14:27 +0000
committerAlberto Ruiz <aruiz@um.es>2010-09-08 08:14:27 +0000
commita858bf910291b63603a226c3190ecb36de01b5ba (patch)
tree1c855b7e29175c8497e3a68c6d3547930ed69d6a /hmatrix.cabal
parent7e103b8ada6fa1479790eac80eda997f5fdaf33f (diff)
re-export changes
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal7
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