Name: hmatrix-tests Version: 0.4.0.1 License: BSD3 License-file: LICENSE Author: Alberto Ruiz Maintainer: Alberto Ruiz Stability: provisional Homepage: https://github.com/albertoruiz/hmatrix Synopsis: Tests for hmatrix Description: Tests for hmatrix Category: Math tested-with: GHC==7.8 cabal-version: >=1.8 build-type: Simple extra-source-files: CHANGES, src/TestBase.hs, src/TestGSL.hs, src/Benchmark.hs flag gsl description: Enable GSL tests default: True library Build-Depends: base >= 4 && < 5, QuickCheck >= 2, HUnit, random, hmatrix >= 0.16 if flag(gsl) Build-Depends: hmatrix-gsl >= 0.16 hs-source-dirs: src exposed-modules: Numeric.LinearAlgebra.Tests if flag(gsl) exposed-modules: Numeric.GSL.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 hmatrix-base-testsuite type: exitcode-stdio-1.0 main-is: src/TestBase.hs build-depends: base >= 4 && < 5, hmatrix-tests, QuickCheck >= 2, HUnit, random test-suite hmatrix-gsl-testsuite type: exitcode-stdio-1.0 main-is: src/TestGSL.hs build-depends: base >= 4 && < 5, hmatrix-tests, QuickCheck >= 2, HUnit, random if flag(gsl) buildable: True else buildable: False benchmark hmatrix-base-benchmark type: exitcode-stdio-1.0 main-is: src/Benchmark.hs build-depends: base >= 4 && < 5, hmatrix-tests, QuickCheck >= 2, HUnit, random