Cabal-1.16.0.3: disable unit test suite
The release archive is missing a Setup.hs file, which makes the test suite fail. Thanks to Kevin Quick for finding this issue!
This commit is contained in:
@@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
|||||||
extensibleExceptions filepath HUnit QuickCheck testFramework
|
extensibleExceptions filepath HUnit QuickCheck testFramework
|
||||||
testFrameworkHunit testFrameworkQuickcheck2
|
testFrameworkHunit testFrameworkQuickcheck2
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.haskell.org/cabal/";
|
homepage = "http://www.haskell.org/cabal/";
|
||||||
description = "A framework for packaging Haskell software";
|
description = "A framework for packaging Haskell software";
|
||||||
|
|||||||
Reference in New Issue
Block a user