summaryrefslogtreecommitdiff
path: root/packages/base/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-06-28 14:49:19 +0200
committerAlberto Ruiz <aruiz@um.es>2014-06-28 14:49:19 +0200
commitb16a9e8214832205537bec18a77ead03d3e05f51 (patch)
treebfbe5cfe3ba29fb5b3ea0ad21b14a97315486db2 /packages/base/hmatrix.cabal
parentec16cdaced2ba1ee19b12d602b9e2ca1b188c64e (diff)
add full GPL license files and link to examples
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