Add Haskell packages 'hybrid-vectors' and 'sparse'.

Also, disable the test suite of 'linear' which fails running the doctests.
This commit is contained in:
Thomas Tuegel
2014-02-06 13:25:14 -06:00
committed by Peter Simons
parent 6498f48976
commit 5b421f7bdb
4 changed files with 50 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ cabal.mkDerivation (self: {
binary doctest filepath HUnit lens simpleReflect testFramework
testFrameworkHunit
];
doCheck = false;
meta = {
homepage = "http://github.com/ekmett/linear/";
description = "Linear Algebra";