3
0
Fork 0
forked from mirrors/nixpkgs

haskell-language-c-inline: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-04-11 22:28:18 +02:00
parent f32be2da85
commit 716cffc1bb

View file

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "0.3.0.1";
sha256 = "0dw1fqwg9hhwgvak0ykhafbxp4gnb2ww9lc83m8kzkyzn1ccb6hg";
buildDepends = [ filepath languageCQuote mainlandPretty ];
testDepends = [ languageCQuote ];
doCheck = false;
meta = {
homepage = "https://github.com/mchakravarty/language-c-inline/";