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:
parent
81da0c5194
commit
36700ed68f
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
|||||||
testDepends = [
|
testDepends = [
|
||||||
QuickCheck testFramework testFrameworkQuickcheck2
|
QuickCheck testFramework testFrameworkQuickcheck2
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/DanBurton/numbers";
|
homepage = "https://github.com/DanBurton/numbers";
|
||||||
description = "Various number types";
|
description = "Various number types";
|
||||||
|
Loading…
Reference in New Issue
Block a user