forked from mirrors/nixpkgs
haskell-language-c-inline: re-generate with cabal2nix
This commit is contained in:
parent
f32be2da85
commit
716cffc1bb
|
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
||||||
version = "0.3.0.1";
|
version = "0.3.0.1";
|
||||||
sha256 = "0dw1fqwg9hhwgvak0ykhafbxp4gnb2ww9lc83m8kzkyzn1ccb6hg";
|
sha256 = "0dw1fqwg9hhwgvak0ykhafbxp4gnb2ww9lc83m8kzkyzn1ccb6hg";
|
||||||
buildDepends = [ filepath languageCQuote mainlandPretty ];
|
buildDepends = [ filepath languageCQuote mainlandPretty ];
|
||||||
|
testDepends = [ languageCQuote ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/mchakravarty/language-c-inline/";
|
homepage = "https://github.com/mchakravarty/language-c-inline/";
|
||||||
|
|
Loading…
Reference in a new issue