diff options
Diffstat (limited to 'packages/hmatrix/hmatrix.cabal')
-rw-r--r-- | packages/hmatrix/hmatrix.cabal | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/packages/hmatrix/hmatrix.cabal b/packages/hmatrix/hmatrix.cabal index a61c64f..83a2188 100644 --- a/packages/hmatrix/hmatrix.cabal +++ b/packages/hmatrix/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix-gsl |
2 | Version: 0.16.0.1 | 2 | Version: 0.16.0.0 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
@@ -73,7 +73,7 @@ flag debugnan | |||
73 | 73 | ||
74 | library | 74 | library |
75 | 75 | ||
76 | Build-Depends: base, hmatrix-base, array, vector, | 76 | Build-Depends: base, hmatrix, array, vector, |
77 | process, random | 77 | process, random |
78 | 78 | ||
79 | 79 | ||
@@ -90,13 +90,12 @@ library | |||
90 | Numeric.GSL.Fitting, | 90 | Numeric.GSL.Fitting, |
91 | Numeric.GSL.ODE, | 91 | Numeric.GSL.ODE, |
92 | Numeric.GSL, | 92 | Numeric.GSL, |
93 | Numeric.LinearAlgebra, | 93 | Numeric.GSL.LinearAlgebra, |
94 | Numeric.Container, | ||
95 | Graphics.Plot | 94 | Graphics.Plot |
96 | other-modules: Numeric.GSL.Internal, | 95 | other-modules: Numeric.GSL.Internal, |
97 | Numeric.GSL.LinearAlgebra, | 96 | Numeric.GSL.Vector, |
98 | Numeric.LinearAlgebra.IO, | 97 | Numeric.GSL.IO, |
99 | Numeric.LinearAlgebra.Random | 98 | Numeric.GSL.Random |
100 | 99 | ||
101 | 100 | ||
102 | C-sources: src/Numeric/GSL/gsl-aux.c | 101 | C-sources: src/Numeric/GSL/gsl-aux.c |