haskell-language-c-inline: disable building of the documentation to fix the build

https://github.com/mchakravarty/language-c-inline/issues/40
This commit is contained in:
Peter Simons 2014-09-12 10:58:20 +02:00
parent b7db46f0e0
commit be9eb9fc8c

View File

@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [ filepath languageCQuote mainlandPretty ];
testDepends = [ languageCQuote ];
doCheck = false;
noHaddock = true;
meta = {
homepage = "https://github.com/mchakravarty/language-c-inline/";
description = "Inline C & Objective-C code in Haskell for language interoperability";