summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2010-03-27 17:32:30 +0000
committerAlberto Ruiz <aruiz@um.es>2010-03-27 17:32:30 +0000
commitbd1de48eb723b792cad02ecd8f4434078552839b (patch)
treefc21dea76d55957b91a1fb6ee4a7e6273454f397 /hmatrix.cabal
parentadc7249bbe8c6648fbe327dea2077ffb84195673 (diff)
interface to Levenberg-Marquardt
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal3
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 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.9.1.0 2Version: 0.9.2.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: 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,