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.cabal9
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal
index fd45c6d..ba719a1 100644
--- a/packages/base/hmatrix.cabal
+++ b/packages/base/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.16.0.2 2Version: 0.16.0.3
3License: BSD3 3License: BSD3
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -8,6 +8,13 @@ Stability: provisional
8Homepage: https://github.com/albertoruiz/hmatrix 8Homepage: https://github.com/albertoruiz/hmatrix
9Synopsis: Numeric Linear Algebra 9Synopsis: Numeric Linear Algebra
10Description: Linear algebra based on BLAS and LAPACK. 10Description: Linear algebra based on BLAS and LAPACK.
11 .
12 The package is organized as follows:
13 .
14 ["Numeric.LinearAlgebra.HMatrix"] Starting point and recommended import module for most applications.
15 .
16 ["Numeric.LinearAlgebra.Static"] Experimental alternative interface.
17
11Category: Math 18Category: Math
12tested-with: GHC==7.8 19tested-with: GHC==7.8
13 20