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 18:17:12 +01:00
|
|
|
version = "0.1.1";
|
|
|
|
sha256 = "06dc339a2cddzgjda3nzprgr0v2clbhlpl8j81m04i66bbj2l15y";
|
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-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;
|
|
|
|
};
|
|
|
|
})
|