1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-vacuum: updated to version 1.0.0.1

svn path=/nixpkgs/trunk/; revision=29771
This commit is contained in:
Peter Simons 2011-10-11 16:48:28 +00:00
parent dd4305c67a
commit 51fea45a1b

View file

@ -2,11 +2,11 @@
cabal.mkDerivation (self: {
pname = "vacuum";
version = "1.0.0";
sha256 = "2229948ce801052c5ffb70ffc07e301d87d60740b053df8a7b7851ad02c01d9f";
version = "1.0.0.1";
sha256 = "172py7nvyv66hvqmhigfm59rjb328bfzv0z11q8qdpf5w1fpvmc5";
extraLibraries = [ ghcPaths ];
meta = {
homepage = "http://moonpatio.com/vacuum/";
homepage = "http://web.archive.org/web/20100410115820/http://moonpatio.com/vacuum/";
description = "Extract graph representations of ghc heap values";
license = "LGPL";
platforms = self.ghc.meta.platforms;