haskell-criterion: temporarily disable test-suite
https://github.com/bos/criterion/issues/57
This commit is contained in:
parent
c72a00f85c
commit
29401954dd
@ -23,6 +23,7 @@ cabal.mkDerivation (self: {
|
|||||||
HUnit QuickCheck statistics testFramework testFrameworkHunit
|
HUnit QuickCheck statistics testFramework testFrameworkHunit
|
||||||
testFrameworkQuickcheck2 vector
|
testFrameworkQuickcheck2 vector
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.serpentine.com/criterion";
|
homepage = "http://www.serpentine.com/criterion";
|
||||||
description = "Robust, reliable performance measurement and analysis";
|
description = "Robust, reliable performance measurement and analysis";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user