2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 06:05:41 -08:00
|
|
|
{ cabal, ghcPaths }:
|
2009-04-19 17:18:51 -07:00
|
|
|
|
2011-08-23 03:35:49 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2009-04-19 17:18:51 -07:00
|
|
|
pname = "vacuum";
|
2014-05-15 07:09:47 -07:00
|
|
|
version = "2.2.0.0";
|
|
|
|
sha256 = "157wjx2shzfh6dfl6h8x017cn9ji3ql1p0gpi79ginz4s81f2ny1";
|
2011-08-23 03:35:49 -07:00
|
|
|
extraLibraries = [ ghcPaths ];
|
2009-04-19 17:18:51 -07:00
|
|
|
meta = {
|
2012-08-09 03:10:52 -07:00
|
|
|
homepage = "http://thoughtpolice.github.com/vacuum";
|
|
|
|
description = "Graph representation of the GHC heap";
|
|
|
|
license = self.stdenv.lib.licenses.gpl3;
|
2011-08-15 04:27:02 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-04-19 17:18:51 -07:00
|
|
|
};
|
2011-03-28 08:04:00 -07:00
|
|
|
})
|