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