summaryrefslogtreecommitdiff
path: root/packages/tests
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 /packages/tests
parenta71ec8e77f6fd8cfd78d7d9375516d6da02afd81 (diff)
update urls
Diffstat (limited to 'packages/tests')
-rw-r--r--packages/tests/hmatrix-tests.cabal6
1 files changed, 3 insertions, 3 deletions
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