nixpkgs/pkgs/development/libraries/haskell/vacuum/default.nix
2014-08-09 13:49:24 +02:00

17 lines
488 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, ghcPaths }:
cabal.mkDerivation (self: {
pname = "vacuum";
version = "2.2.0.0";
sha256 = "157wjx2shzfh6dfl6h8x017cn9ji3ql1p0gpi79ginz4s81f2ny1";
extraLibraries = [ ghcPaths ];
meta = {
homepage = "http://thoughtpolice.github.com/vacuum";
description = "Graph representation of the GHC heap";
license = self.stdenv.lib.licenses.gpl3;
platforms = self.ghc.meta.platforms;
};
})