2012-02-14 17:00:37 +00:00
|
|
|
{ cabal, Cabal, filepath, mtl, uulib }:
|
2011-08-12 12:52:07 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "uuagc-cabal";
|
2012-12-08 10:35:02 +00:00
|
|
|
version = "1.0.4.0";
|
|
|
|
sha256 = "0m6q8lfbrzcdxd923s175x0z1rnniv7gk08ninzpq16fisscr4lf";
|
2012-02-14 17:00:37 +00:00
|
|
|
buildDepends = [ Cabal filepath mtl uulib ];
|
2011-08-12 12:52:07 +01: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 13:40:03 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-10 23:36:36 +01:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2011-08-12 12:52:07 +01:00
|
|
|
};
|
|
|
|
})
|