summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
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,