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

This commit is contained in:
Peter Simons 2014-09-19 12:51:32 +02:00
parent 67280d9701
commit 55038f1cda

View file

@ -4,12 +4,10 @@
cabal.mkDerivation (self: {
pname = "language-c-inline";
version = "0.7.6.0";
sha256 = "01imdfjqkx49pcwplvmd5lqbal5hq1cx11zcig3na1x46ggiavah";
version = "0.7.6.1";
sha256 = "0giyclrkxbigqpgrvlz896nsiqi7fghm79pzcxmxn7vslmardn4a";
buildDepends = [ filepath languageCQuote mainlandPretty ];
testDepends = [ languageCQuote ];
noHaddock = true;
doCheck = false;
meta = {
homepage = "https://github.com/mchakravarty/language-c-inline/";
description = "Inline C & Objective-C code in Haskell for language interoperability";