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