summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/vacuum/default.nix
blob: 31e265e92eefc1dbf8ade82ab37c53064663e2f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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;
  };
})