summaryrefslogtreecommitdiff
path: root/packages/hmatrix/hmatrix.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'packages/hmatrix/hmatrix.cabal')
-rw-r--r--packages/hmatrix/hmatrix.cabal16
1 files changed, 7 insertions, 9 deletions
diff --git a/packages/hmatrix/hmatrix.cabal b/packages/hmatrix/hmatrix.cabal
index c79da8a..a509df4 100644
--- a/packages/hmatrix/hmatrix.cabal
+++ b/packages/hmatrix/hmatrix.cabal
@@ -90,15 +90,13 @@ library
90 Numeric.GSL.Fitting, 90 Numeric.GSL.Fitting,
91 Numeric.GSL.ODE, 91 Numeric.GSL.ODE,
92 Numeric.GSL, 92 Numeric.GSL,
93 Graphics.Plot, 93 Numeric.LinearAlgebra,
94 Numeric.HMatrix, 94 Graphics.Plot
95 Numeric.HMatrix.Data, 95 other-modules: Numeric.GSL.Internal,
96 Numeric.HMatrix.Devel 96 Numeric.GSL.LinearAlgebra,
97 other-modules: Numeric.Random, 97 Numeric.LinearAlgebra.IO,
98 Numeric.GSL.Internal, 98 Numeric.LinearAlgebra.Random
99 Numeric.GSL.Vector, 99
100 Numeric.IO
101
102 100
103 C-sources: src/Numeric/GSL/gsl-aux.c 101 C-sources: src/Numeric/GSL/gsl-aux.c
104 102