summaryrefslogtreecommitdiff
path: root/packages/base/hmatrix.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'packages/base/hmatrix.cabal')
-rw-r--r--packages/base/hmatrix.cabal8
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal
index ba719a1..6858d7d 100644
--- a/packages/base/hmatrix.cabal
+++ b/packages/base/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.16.0.3 2Version: 0.16.0.4
3License: BSD3 3License: BSD3
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -14,6 +14,12 @@ Description: Linear algebra based on BLAS and LAPACK.
14 ["Numeric.LinearAlgebra.HMatrix"] Starting point and recommended import module for most applications. 14 ["Numeric.LinearAlgebra.HMatrix"] Starting point and recommended import module for most applications.
15 . 15 .
16 ["Numeric.LinearAlgebra.Static"] Experimental alternative interface. 16 ["Numeric.LinearAlgebra.Static"] Experimental alternative interface.
17 .
18 ["Numeric.LinearAlgebra.Devel"] Tools for extending the library.
19 .
20 (Other modules are exposed with hidden documentation for backwards compatibility.)
21 .
22 Code examples: <http://dis.um.es/~alberto/hmatrix/hmatrix.html>
17 23
18Category: Math 24Category: Math
19tested-with: GHC==7.8 25tested-with: GHC==7.8