1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/language-c-inline/default.nix
2014-09-14 00:06:44 +02:00

20 lines
678 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, filepath, languageCQuote, mainlandPretty }:
cabal.mkDerivation (self: {
pname = "language-c-inline";
version = "0.7.6.0";
sha256 = "01imdfjqkx49pcwplvmd5lqbal5hq1cx11zcig3na1x46ggiavah";
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";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})