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