forked from mirrors/nixpkgs
28 lines
884 B
Nix
28 lines
884 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, alex, exceptionMtl, exceptionTransformers, filepath, happy
|
|
, haskellSrcMeta, HUnit, mainlandPretty, mtl, srcloc, syb, symbol
|
|
, testFramework, testFrameworkHunit
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "language-c-quote";
|
|
version = "0.10.1.3";
|
|
sha256 = "0kbnqrplwb5w9jfljsrjxisnrnxbc0221hpznvq4m1ldx2mkrh1k";
|
|
buildDepends = [
|
|
exceptionMtl exceptionTransformers filepath haskellSrcMeta
|
|
mainlandPretty mtl srcloc syb symbol
|
|
];
|
|
testDepends = [
|
|
HUnit srcloc symbol testFramework testFrameworkHunit
|
|
];
|
|
buildTools = [ alex happy ];
|
|
jailbreak = true;
|
|
meta = {
|
|
homepage = "http://www.cs.drexel.edu/~mainland/";
|
|
description = "C/CUDA/OpenCL/Objective-C quasiquoting library";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|