language-c-inline: re-generate with cabal2nix
This commit is contained in:
parent
603c92c078
commit
0f5a5a9fc9
|
@ -8,8 +8,8 @@ cabal.mkDerivation (self: {
|
||||||
sha256 = "01imdfjqkx49pcwplvmd5lqbal5hq1cx11zcig3na1x46ggiavah";
|
sha256 = "01imdfjqkx49pcwplvmd5lqbal5hq1cx11zcig3na1x46ggiavah";
|
||||||
buildDepends = [ filepath languageCQuote mainlandPretty ];
|
buildDepends = [ filepath languageCQuote mainlandPretty ];
|
||||||
testDepends = [ languageCQuote ];
|
testDepends = [ languageCQuote ];
|
||||||
doCheck = false;
|
|
||||||
noHaddock = true;
|
noHaddock = true;
|
||||||
|
doCheck = false;
|
||||||
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…
Reference in New Issue