1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 81da0c5194
commit 36700ed68f

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";