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:
Peter Simons 2013-04-05 19:14:38 +02:00
parent c541bf804a
commit f808ba588b
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
extensibleExceptions filepath HUnit QuickCheck testFramework
testFrameworkHunit testFrameworkQuickcheck2
];
doCheck = false;
meta = {
homepage = "http://www.haskell.org/cabal/";
description = "A framework for packaging Haskell software";