haskell-language-c-inline: update to version 0.7.6.1
This commit is contained in:
parent
67280d9701
commit
55038f1cda
@ -4,12 +4,10 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "language-c-inline";
|
pname = "language-c-inline";
|
||||||
version = "0.7.6.0";
|
version = "0.7.6.1";
|
||||||
sha256 = "01imdfjqkx49pcwplvmd5lqbal5hq1cx11zcig3na1x46ggiavah";
|
sha256 = "0giyclrkxbigqpgrvlz896nsiqi7fghm79pzcxmxn7vslmardn4a";
|
||||||
buildDepends = [ filepath languageCQuote mainlandPretty ];
|
buildDepends = [ filepath languageCQuote mainlandPretty ];
|
||||||
testDepends = [ languageCQuote ];
|
testDepends = [ languageCQuote ];
|
||||||
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…
x
Reference in New Issue
Block a user