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:
parent
b7db46f0e0
commit
be9eb9fc8c
@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
|
|||||||
buildDepends = [ filepath languageCQuote mainlandPretty ];
|
buildDepends = [ filepath languageCQuote mainlandPretty ];
|
||||||
testDepends = [ languageCQuote ];
|
testDepends = [ languageCQuote ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
noHaddock = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/mchakravarty/language-c-inline/";
|
homepage = "https://github.com/mchakravarty/language-c-inline/";
|
||||||
description = "Inline C & Objective-C code in Haskell for language interoperability";
|
description = "Inline C & Objective-C code in Haskell for language interoperability";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user