Added vacuum and vacuum-cairo packages.
svn path=/nixpkgs/trunk/; revision=15179
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{cabal, parallel}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "strict-concurrency";
|
||||
version = "0.2.1";
|
||||
sha256 = "8838600033bde2ce7ca6bd95a3815412da67244b57dfc0e2246a8f2469f5fd9c";
|
||||
propagatedBuildInputs = [parallel];
|
||||
meta = {
|
||||
description = "Strict concurrency abstractions";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -6,7 +6,7 @@ cabal.mkDerivation (self : {
|
||||
sha256 = "9240ec35b39d60928a73469893adf1d2aa742b9a781dbc6dcdaa54e96d9bf1af";
|
||||
propagatedBuildInputs = [ghcPaths haskellSrcMeta];
|
||||
meta = {
|
||||
description = "Generic programming with systems of recursive datatypes";
|
||||
description = "Extract graph representations of ghc heap values";
|
||||
};
|
||||
})
|
||||
|
||||
|
||||
12
pkgs/development/libraries/haskell/vacuumCairo/default.nix
Normal file
12
pkgs/development/libraries/haskell/vacuumCairo/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{cabal, vacuum, gtk2hs, parallel, strictConcurrency}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "vacuum-cairo";
|
||||
version = "0.4.1";
|
||||
sha256 = "4d506fec246d40e5c983eea1dbd72735e276f882539aa3682cda9d9a33f8ddb2";
|
||||
propagatedBuildInputs = [vacuum gtk2hs parallel strictConcurrency];
|
||||
meta = {
|
||||
description = "Visualize live Haskell data structures using vacuum, graphviz and cairo";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user