2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-08-20 10:47:03 +01:00
|
|
|
{ cabal, HUnit, parsec, prettyclass, testFramework
|
|
|
|
, testFrameworkHunit
|
|
|
|
}:
|
2014-05-21 15:18:33 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "language-glsl";
|
2014-08-20 10:47:03 +01:00
|
|
|
version = "0.1.0";
|
|
|
|
sha256 = "0jr6jwxsfpmnjrnaary37s2i47akq665fnyvv37cp6j928srjizf";
|
2014-05-21 15:18:33 +01:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2014-08-20 10:47:03 +01:00
|
|
|
buildDepends = [ parsec prettyclass ];
|
|
|
|
testDepends = [
|
|
|
|
HUnit parsec prettyclass testFramework testFrameworkHunit
|
|
|
|
];
|
2014-08-20 11:30:54 +01:00
|
|
|
doCheck = false;
|
2014-05-21 15:18:33 +01:00
|
|
|
meta = {
|
|
|
|
description = "GLSL abstract syntax tree, parser, and pretty-printer";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|