summaryrefslogtreecommitdiff
path: root/packages/tests/hmatrix-tests.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-04-24 10:45:34 +0200
committerAlberto Ruiz <aruiz@um.es>2014-04-24 10:45:34 +0200
commit8f840c450c66b25b4d2a7afb243830cc7aed400b (patch)
tree3ea7455f7841cbc37e9b1797515766d0e4af9beb /packages/tests/hmatrix-tests.cabal
parent6fbed842525491e280448a00a4b5426e6830ccaa (diff)
tests updated to 0.16
Diffstat (limited to 'packages/tests/hmatrix-tests.cabal')
-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 10b7c80..65254f4 100644
--- a/packages/tests/hmatrix-tests.cabal
+++ b/packages/tests/hmatrix-tests.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix-tests 1Name: hmatrix-tests
2Version: 0.3 2Version: 0.4
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -9,7 +9,7 @@ Homepage: 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.4 12tested-with: GHC==7.8
13 13
14cabal-version: >=1.8 14cabal-version: >=1.8
15 15
@@ -21,7 +21,7 @@ extra-source-files: CHANGES
21library 21library
22 22
23 Build-Depends: base >= 4 && < 5, 23 Build-Depends: base >= 4 && < 5,
24 hmatrix >= 0.14.1, 24 hmatrix >= 0.16,
25 QuickCheck >= 2, HUnit, random 25 QuickCheck >= 2, HUnit, random
26 26
27 hs-source-dirs: src 27 hs-source-dirs: src