From 77552d080e88fc70312f55fd3303fac3464ab46e Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Wed, 14 Dec 2011 13:08:43 +0100 Subject: new package hmatrix-tests --- packages/tests/hmatrix-tests.cabal | 44 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 packages/tests/hmatrix-tests.cabal (limited to 'packages/tests/hmatrix-tests.cabal') diff --git a/packages/tests/hmatrix-tests.cabal b/packages/tests/hmatrix-tests.cabal new file mode 100644 index 0000000..cd32a4e --- /dev/null +++ b/packages/tests/hmatrix-tests.cabal @@ -0,0 +1,44 @@ +Name: hmatrix-tests +Version: 0.1.0.0 +License: GPL +License-file: LICENSE +Author: Alberto Ruiz +Maintainer: Alberto Ruiz +Stability: provisional +Homepage: http://perception.inf.um.es/hmatrix +Synopsis: Tests for hmatrix +Description: Tests for hmatrix +Category: Math +tested-with: GHC==7.0.4 + +cabal-version: >=1.6 + +build-type: Simple + +extra-source-files: CHANGES + src/tests.hs + +library + + Build-Depends: base >= 4 && < 5, + hmatrix >= 0.13, + QuickCheck >= 2, HUnit, random + + hs-source-dirs: src + + exposed-modules: Numeric.LinearAlgebra.Tests + + other-modules: Numeric.LinearAlgebra.Tests.Instances, + Numeric.LinearAlgebra.Tests.Properties + + ghc-options: -Wall -fno-warn-missing-signatures -fno-warn-orphans + + +source-repository head + type: git + location: https://github.com/AlbertoRuiz/hmatrix + +Test-Suite tests + type: exitcode-stdio-1.0 + main-is: src/tests.hs + -- cgit v1.2.3