2011-08-12 13:52:07 +02:00
|
|
|
{ cabal, mtl, uulib }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "uuagc-cabal";
|
2011-11-04 17:57:39 +01:00
|
|
|
version = "1.0.0.9";
|
|
|
|
sha256 = "1iifzy58w50162bwj20xmldsyq0xaq0g849zgwxai26881a1jlfg";
|
2011-08-12 13:52:07 +02:00
|
|
|
buildDepends = [ mtl uulib ];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://www.cs.uu.nl/wiki/HUT/WebHome";
|
|
|
|
description = "Cabal plugin for the Universiteit Utrecht Attribute Grammar System";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-12 14:40:03 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-12 13:52:07 +02:00
|
|
|
maintainers = [
|
|
|
|
self.stdenv.lib.maintainers.andres
|
|
|
|
self.stdenv.lib.maintainers.simons
|
|
|
|
];
|
|
|
|
};
|
|
|
|
})
|