haskell-numbers: disable 'doCheck' to avoid build errors

Setup: At least the following dependencies are missing:
test-framework ==0.6.*, test-framework-quickcheck2 ==0.2.*
This commit is contained in:
Peter Simons 2013-02-24 23:31:32 +01:00
parent 68d4be424d
commit 34b48b6c3b

View File

@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
testDepends = [
QuickCheck testFramework testFrameworkQuickcheck2
];
doCheck = false;
meta = {
homepage = "https://github.com/DanBurton/numbers";
description = "Various number types";