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 = [
|
testDepends = [
|
||||||
Cabal deepseq QuickCheck testFramework testFrameworkQuickcheck2
|
Cabal deepseq QuickCheck testFramework testFrameworkQuickcheck2
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://semantic.org/TimeLib/";
|
homepage = "http://semantic.org/TimeLib/";
|
||||||
description = "A time library";
|
description = "A time library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user