2009-04-19 17:18:51 -07:00
|
|
|
{cabal, ghcPaths, haskellSrcMeta}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "vacuum";
|
2009-06-12 06:11:37 -07:00
|
|
|
version = "0.0.94";
|
|
|
|
sha256 = "7056dfa38a9f579ee897d2980938fd484ddfa93c472014ad7ea5a5cd9100bfad";
|
2009-04-19 17:18:51 -07:00
|
|
|
propagatedBuildInputs = [ghcPaths haskellSrcMeta];
|
|
|
|
meta = {
|
2009-04-20 06:01:31 -07:00
|
|
|
description = "Extract graph representations of ghc heap values";
|
2009-04-19 17:18:51 -07:00
|
|
|
};
|
|
|
|
})
|
|
|
|
|