summaryrefslogtreecommitdiff
path: root/packages/tests/hmatrix-tests.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2012-06-10 14:00:08 +0200
committerAlberto Ruiz <aruiz@um.es>2012-06-10 14:00:08 +0200
commitf10af430ec9ab1cc71f8931dec9a4247fc780933 (patch)
treef8f9981cba2debe894310fb6f2ba77a8d7cde262 /packages/tests/hmatrix-tests.cabal
parentd109c791aef6dbb6a15fb65efe5c42121728aed0 (diff)
convolution
Diffstat (limited to 'packages/tests/hmatrix-tests.cabal')
-rw-r--r--packages/tests/hmatrix-tests.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/tests/hmatrix-tests.cabal b/packages/tests/hmatrix-tests.cabal
index 1c6443e..10b7c80 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.2 2Version: 0.3
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -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, 24 hmatrix >= 0.14.1,
25 QuickCheck >= 2, HUnit, random 25 QuickCheck >= 2, HUnit, random
26 26
27 hs-source-dirs: src 27 hs-source-dirs: src