nixpkgs/pkgs/development/libraries/haskell/vacuum/default.nix
Andres Löh b18dd91057 Removing trailing whitespace.
svn path=/nixpkgs/trunk/; revision=26570
2011-03-28 15:04:00 +00:00

13 lines
297 B
Nix

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