diff options
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index ac38460..5416c09 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.9.1.0 | 2 | Version: 0.9.2.0 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
@@ -79,6 +79,7 @@ library | |||
79 | Numeric.GSL.Polynomials, | 79 | Numeric.GSL.Polynomials, |
80 | Numeric.GSL.Minimization, | 80 | Numeric.GSL.Minimization, |
81 | Numeric.GSL.Root, | 81 | Numeric.GSL.Root, |
82 | Numeric.GSL.Fitting, | ||
82 | Numeric.GSL.ODE, | 83 | Numeric.GSL.ODE, |
83 | Numeric.GSL.Vector, | 84 | Numeric.GSL.Vector, |
84 | Numeric.GSL, | 85 | Numeric.GSL, |