summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 23e81dd..e9107f3 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -113,7 +113,6 @@ library
113 Numeric.LinearAlgebra.LAPACK, 113 Numeric.LinearAlgebra.LAPACK,
114 Numeric.LinearAlgebra.Algorithms, 114 Numeric.LinearAlgebra.Algorithms,
115 Numeric.LinearAlgebra.Util, 115 Numeric.LinearAlgebra.Util,
116 Graphics.Plot,
117 Data.Packed.ST, 116 Data.Packed.ST,
118 Data.Packed.Development 117 Data.Packed.Development
119 other-modules: Data.Packed.Internal, 118 other-modules: Data.Packed.Internal,
@@ -130,7 +129,8 @@ library
130 Numeric.Chain, 129 Numeric.Chain,
131 Numeric.Vector, 130 Numeric.Vector,
132 Numeric.Matrix, 131 Numeric.Matrix,
133 Numeric.LinearAlgebra.Util.Convolution 132 Numeric.LinearAlgebra.Util.Convolution,
133 Graphics.Plot
134 134
135 C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, 135 C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c,
136 lib/Numeric/GSL/gsl-aux.c 136 lib/Numeric/GSL/gsl-aux.c