summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-12-29 12:30:59 +0000
committerAlberto Ruiz <aruiz@um.es>2009-12-29 12:30:59 +0000
commit036f0f19c473cb58a1f7330a481d0e8f705ac452 (patch)
tree7deb0e6b41b5b74bb8f5aca3e23d1dca8a57cfb7 /hmatrix.cabal
parent3d15dffe52629fd621ad548b671c3043caefb0d0 (diff)
linearSolveLS, rq
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index a7dca00..1b077e3 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.7.3.0 2Version: 0.8.0.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -11,7 +11,7 @@ Description: Purely functional interface to basic linear algebra
11 and other numerical computations, internally implemented using 11 and other numerical computations, internally implemented using
12 GSL, BLAS and LAPACK. 12 GSL, BLAS and LAPACK.
13Category: Math 13Category: Math
14tested-with: GHC ==6.12.1 14tested-with: GHC ==6.10.4, GHC ==6.12.1
15 15
16cabal-version: >=1.2 16cabal-version: >=1.2
17build-type: Custom 17build-type: Custom