nixpkgs/pkgs/development/libraries/haskell/vacuum/default.nix
Andres Löh 3f26456240 New version of vacuum.
svn path=/nixpkgs/trunk/; revision=15945
2009-06-12 13:11:37 +00:00

13 lines
331 B
Nix

{cabal, ghcPaths, haskellSrcMeta}:
cabal.mkDerivation (self : {
pname = "vacuum";
version = "0.0.94";
sha256 = "7056dfa38a9f579ee897d2980938fd484ddfa93c472014ad7ea5a5cd9100bfad";
propagatedBuildInputs = [ghcPaths haskellSrcMeta];
meta = {
description = "Extract graph representations of ghc heap values";
};
})