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