summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2012-03-14 10:34:00 +0100
committerAlberto Ruiz <aruiz@um.es>2012-03-14 10:34:00 +0100
commit819b1d83ec3eabc62974b19cb09f2f30fc20a6a9 (patch)
treef0c059f3d14386a235d87ad553fca8a1cb1727bb
parenta71ec8e77f6fd8cfd78d7d9375516d6da02afd81 (diff)
update urls
-rw-r--r--hmatrix.cabal4
-rw-r--r--packages/glpk/hmatrix-glpk.cabal4
-rw-r--r--packages/special/hmatrix-special.cabal4
-rw-r--r--packages/tests/hmatrix-tests.cabal6
4 files changed, 9 insertions, 9 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
diff --git a/packages/glpk/hmatrix-glpk.cabal b/packages/glpk/hmatrix-glpk.cabal
index 046563e..b770cfa 100644
--- a/packages/glpk/hmatrix-glpk.cabal
+++ b/packages/glpk/hmatrix-glpk.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: experimental 7Stability: experimental
8Homepage: http://perception.inf.um.es/hmatrix 8Homepage: https://github.com/albertoruiz/hmatrix
9Synopsis: Linear Programming based on GLPK 9Synopsis: Linear Programming based on GLPK
10Description: 10Description:
11 Simple interface to linear programming functions provided by GLPK. 11 Simple interface to linear programming functions provided by GLPK.
@@ -45,5 +45,5 @@ library
45 45
46source-repository head 46source-repository head
47 type: git 47 type: git
48 location: https://github.com/AlbertoRuiz/hmatrix 48 location: https://github.com/albertoruiz/hmatrix
49 49
diff --git a/packages/special/hmatrix-special.cabal b/packages/special/hmatrix-special.cabal
index 22e989f..bcaed95 100644
--- a/packages/special/hmatrix-special.cabal
+++ b/packages/special/hmatrix-special.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: experimental 7Stability: experimental
8Homepage: http://perception.inf.um.es/hmatrix 8Homepage: https://github.com/albertoruiz/hmatrix
9Synopsis: Interface to GSL special functions 9Synopsis: Interface to GSL special functions
10Description: 10Description:
11 Interface to GSL special functions. 11 Interface to GSL special functions.
@@ -75,5 +75,5 @@ library
75 75
76source-repository head 76source-repository head
77 type: git 77 type: git
78 location: https://github.com/AlbertoRuiz/hmatrix 78 location: https://github.com/albertoruiz/hmatrix
79 79
diff --git a/packages/tests/hmatrix-tests.cabal b/packages/tests/hmatrix-tests.cabal
index ca4c013..1c6443e 100644
--- a/packages/tests/hmatrix-tests.cabal
+++ b/packages/tests/hmatrix-tests.cabal
@@ -5,11 +5,11 @@ 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: Tests for hmatrix 9Synopsis: Tests for hmatrix
10Description: Tests for hmatrix 10Description: Tests for hmatrix
11Category: Math 11Category: Math
12tested-with: GHC==7.0.4 12tested-with: GHC==7.4
13 13
14cabal-version: >=1.8 14cabal-version: >=1.8
15 15
@@ -36,7 +36,7 @@ library
36 36
37source-repository head 37source-repository head
38 type: git 38 type: git
39 location: https://github.com/AlbertoRuiz/hmatrix 39 location: https://github.com/albertoruiz/hmatrix
40 40
41Test-Suite basic 41Test-Suite basic
42 Build-Depends: base, hmatrix-tests 42 Build-Depends: base, hmatrix-tests