haskell-language-c-inline: update to version 0.6.0.0

This commit is contained in:
Peter Simons 2014-06-03 11:35:36 +02:00
parent 3aba64bd86
commit a2393999ce

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "language-c-inline";
version = "0.5.0.0";
sha256 = "1cyl45bi2d38yyd1ybxippl8mv3hsl1chzn7rqm40fds97h07j2z";
version = "0.6.0.0";
sha256 = "08a22sr01kch365p5536fv32rxsfmdd6hkhcq1j7vhchjrsy3f6w";
buildDepends = [ filepath languageCQuote mainlandPretty ];
testDepends = [ languageCQuote ];
doCheck = false;