summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
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 c62fc54..049d4d5 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -5,7 +5,7 @@ License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
6Maintainer: Alberto Ruiz <aruiz@um.es> 6Maintainer: Alberto Ruiz <aruiz@um.es>
7Stability: provisional 7Stability: provisional
8Homepage: http://perception.inf.um.es/hmatrix 8Homepage: https://github.com/albertoruiz/hmatrix
9Synopsis: Linear algebra and numerical computation 9Synopsis: Linear algebra and numerical computation
10Description: Purely functional interface to basic linear algebra 10Description: Purely functional interface to basic linear algebra
11 and other numerical computations, internally implemented using 11 and other numerical computations, internally implemented using
@@ -194,7 +194,7 @@ library
194 194
195source-repository head 195source-repository head
196 type: git 196 type: git
197 location: https://github.com/AlbertoRuiz/hmatrix 197 location: https://github.com/albertoruiz/hmatrix
198 198
199-- The tests are in package hmatrix-tests 199-- The tests are in package hmatrix-tests
200 200