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:
parent
07451adc93
commit
3b096e601a
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user