New version of vacuum.
svn path=/nixpkgs/trunk/; revision=15945
This commit is contained in:
parent
47eb07cfeb
commit
3f26456240
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "vacuum";
|
pname = "vacuum";
|
||||||
version = "0.0.91";
|
version = "0.0.94";
|
||||||
sha256 = "9240ec35b39d60928a73469893adf1d2aa742b9a781dbc6dcdaa54e96d9bf1af";
|
sha256 = "7056dfa38a9f579ee897d2980938fd484ddfa93c472014ad7ea5a5cd9100bfad";
|
||||||
propagatedBuildInputs = [ghcPaths haskellSrcMeta];
|
propagatedBuildInputs = [ghcPaths haskellSrcMeta];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Extract graph representations of ghc heap values";
|
description = "Extract graph representations of ghc heap values";
|
||||||
|
@ -327,7 +327,7 @@ rec {
|
|||||||
inherit cabal ghcPaths haskellSrcMeta;
|
inherit cabal ghcPaths haskellSrcMeta;
|
||||||
};
|
};
|
||||||
|
|
||||||
vacuumCairo = import ../development/libraries/haskell/vacuumCairo {
|
vacuumCairo = import ../development/libraries/haskell/vacuum-cairo {
|
||||||
inherit cabal vacuum gtk2hs parallel strictConcurrency;
|
inherit cabal vacuum gtk2hs parallel strictConcurrency;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user