2009-04-20 02:18:51 +02:00
|
|
|
{cabal, cpphs, happy}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "haskell-src-exts";
|
2009-09-14 10:35:39 +02:00
|
|
|
version = "1.1.4";
|
|
|
|
sha256 = "83c98d8bc16622039b14220190c571ed7f8459f129803b593373df5c15e3f2f1";
|
2009-04-20 02:18:51 +02:00
|
|
|
extraBuildInputs = [happy];
|
|
|
|
propagatedBuildInputs = [cpphs];
|
|
|
|
meta = {
|
|
|
|
description = "Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer";
|
|
|
|
};
|
|
|
|
})
|
|
|
|
|