2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-05-20 17:38:03 +00:00
|
|
|
{ cabal, alex, exceptionMtl, exceptionTransformers, filepath, happy
|
2013-02-24 21:09:07 +00:00
|
|
|
, haskellSrcMeta, HUnit, mainlandPretty, mtl, srcloc, syb, symbol
|
|
|
|
, testFramework, testFrameworkHunit
|
2012-05-20 17:38:03 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "language-c-quote";
|
2014-10-15 06:26:53 +00:00
|
|
|
version = "0.10.1.3";
|
|
|
|
sha256 = "0kbnqrplwb5w9jfljsrjxisnrnxbc0221hpznvq4m1ldx2mkrh1k";
|
2012-05-20 17:38:03 +00:00
|
|
|
buildDepends = [
|
|
|
|
exceptionMtl exceptionTransformers filepath haskellSrcMeta
|
|
|
|
mainlandPretty mtl srcloc syb symbol
|
|
|
|
];
|
2013-02-24 21:09:07 +00:00
|
|
|
testDepends = [
|
|
|
|
HUnit srcloc symbol testFramework testFrameworkHunit
|
|
|
|
];
|
2012-05-20 17:38:03 +00:00
|
|
|
buildTools = [ alex happy ];
|
2013-05-30 10:16:59 +00:00
|
|
|
jailbreak = true;
|
2012-05-20 17:38:03 +00:00
|
|
|
meta = {
|
2013-11-09 18:28:24 +00:00
|
|
|
homepage = "http://www.cs.drexel.edu/~mainland/";
|
2013-03-29 16:05:40 +00:00
|
|
|
description = "C/CUDA/OpenCL/Objective-C quasiquoting library";
|
2012-05-20 17:38:03 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|