mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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: {
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user