diff options
Diffstat (limited to 'packages/base')
-rw-r--r-- | packages/base/hmatrix.cabal | 9 |
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 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.16.0.2 | 2 | Version: 0.16.0.3 |
3 | License: BSD3 | 3 | License: BSD3 |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
@@ -8,6 +8,13 @@ Stability: provisional | |||
8 | Homepage: https://github.com/albertoruiz/hmatrix | 8 | Homepage: https://github.com/albertoruiz/hmatrix |
9 | Synopsis: Numeric Linear Algebra | 9 | Synopsis: Numeric Linear Algebra |
10 | Description: Linear algebra based on BLAS and LAPACK. | 10 | Description: 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 | |||
11 | Category: Math | 18 | Category: Math |
12 | tested-with: GHC==7.8 | 19 | tested-with: GHC==7.8 |
13 | 20 | ||