haskell-time-1.4.2: disable test suite to fix build error because the version of test-framework doesn't match

This commit is contained in:
Peter Simons 2014-08-20 19:29:20 +02:00
parent 07451adc93
commit 3b096e601a

View File

@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
testDepends = [
Cabal deepseq QuickCheck testFramework testFrameworkQuickcheck2
];
doCheck = false;
meta = {
homepage = "http://semantic.org/TimeLib/";
description = "A time library";