summaryrefslogtreecommitdiff
path: root/packages/tests/hmatrix-tests.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2011-12-14 13:48:17 +0100
committerAlberto Ruiz <aruiz@um.es>2011-12-14 13:48:17 +0100
commite09160be46b10c0e6137ce9b5e1e879e73c88c3a (patch)
tree1ed4b5c41a73cb36fff4239ba0523aa120a09ca3 /packages/tests/hmatrix-tests.cabal
parent77552d080e88fc70312f55fd3303fac3464ab46e (diff)
test suite configured for hmatrix-tests
Diffstat (limited to 'packages/tests/hmatrix-tests.cabal')
-rw-r--r--packages/tests/hmatrix-tests.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/tests/hmatrix-tests.cabal b/packages/tests/hmatrix-tests.cabal
index cd32a4e..9f7bcdc 100644
--- a/packages/tests/hmatrix-tests.cabal
+++ b/packages/tests/hmatrix-tests.cabal
@@ -11,7 +11,7 @@ Description: Tests for hmatrix
11Category: Math 11Category: Math
12tested-with: GHC==7.0.4 12tested-with: GHC==7.0.4
13 13
14cabal-version: >=1.6 14cabal-version: >=1.8
15 15
16build-type: Simple 16build-type: Simple
17 17
@@ -38,7 +38,8 @@ source-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 tests 41Test-Suite basic
42 Build-Depends: base, hmatrix-tests
42 type: exitcode-stdio-1.0 43 type: exitcode-stdio-1.0
43 main-is: src/tests.hs 44 main-is: src/tests.hs
44 45