2011-08-08 21:02:17 +02:00
|
|
|
{ cabal, haskellSrcExts, mtl, uulib }:
|
2008-01-23 09:36:03 +01:00
|
|
|
|
2011-08-08 21:02:17 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2008-01-23 09:36:03 +01:00
|
|
|
pname = "uuagc";
|
2011-08-08 21:02:17 +02:00
|
|
|
version = "0.9.38.6";
|
|
|
|
sha256 = "1dr8vxis16rcdvklp0rv2d50bi33jag7n4wynbfqw9bzgyfbagnw";
|
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [ haskellSrcExts mtl uulib ];
|
2008-01-23 09:36:03 +01:00
|
|
|
meta = {
|
2011-08-08 21:02:17 +02:00
|
|
|
homepage = "http://www.cs.uu.nl/wiki/HUT/WebHome";
|
2008-01-23 09:36:03 +01:00
|
|
|
description = "Attribute Grammar System of Universiteit Utrecht";
|
2011-08-08 21:02:17 +02:00
|
|
|
license = "GPL";
|
2011-08-09 11:54:50 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-10 01:00:20 +02:00
|
|
|
maintainers = [
|
|
|
|
self.stdenv.lib.maintainers.andres
|
|
|
|
self.stdenv.lib.maintainers.simons
|
|
|
|
];
|
2008-01-23 09:36:03 +01:00
|
|
|
};
|
|
|
|
})
|