2012-02-14 18:00:37 +01:00
|
|
|
{ cabal, Cabal, filepath, mtl, uulib }:
|
2011-08-12 13:52:07 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "uuagc-cabal";
|
2011-12-22 13:19:24 +01:00
|
|
|
version = "1.0.2.0";
|
|
|
|
sha256 = "0nvnyc6c1611rziglpp0ywqkgg9sgfi9ph33ya33k5zv3jxxh1q0";
|
2012-02-14 18:00:37 +01:00
|
|
|
buildDepends = [ Cabal filepath mtl uulib ];
|
2011-08-12 13:52:07 +02:00
|
|
|
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;
|
2012-03-24 11:21:28 +01:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2011-08-12 13:52:07 +02:00
|
|
|
};
|
|
|
|
})
|