2009-09-14 10:35:39 +02:00
|
|
|
{cabal, ghcPaths}:
|
2009-04-20 02:18:51 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "vacuum";
|
2009-09-14 10:35:39 +02:00
|
|
|
version = "1.0.0";
|
|
|
|
sha256 = "2229948ce801052c5ffb70ffc07e301d87d60740b053df8a7b7851ad02c01d9f";
|
|
|
|
propagatedBuildInputs = [ghcPaths];
|
2009-04-20 02:18:51 +02:00
|
|
|
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
|
|
|
};
|
|
|
|
})
|
|
|
|
|