2009-04-20 02:18:51 +02:00
|
|
|
{cabal, haskellSrcExts}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "haskell-src-meta";
|
2009-09-14 10:35:39 +02:00
|
|
|
version = "0.0.5";
|
|
|
|
sha256 = "96e55d6b5237043f8b3943b40c55e26ef6a2806d1314d784202135497e645add";
|
2009-04-20 02:18:51 +02:00
|
|
|
propagatedBuildInputs = [haskellSrcExts];
|
|
|
|
meta = {
|
|
|
|
description = "Parse source to template-haskell abstract syntax";
|
|
|
|
};
|
|
|
|
})
|
|
|
|
|