Added gtk-based plot capabilities for criterion.
svn path=/nixpkgs/trunk/; revision=24778
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{cabal, dataAccessor, utilityHt}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "data-accessor-template";
|
||||
version = "0.2.1.5";
|
||||
sha256 = "0fvf1cacvqzyl9x88h7fa0d6p94qhkvf177a84g036qjxn0khyja";
|
||||
propagatedBuildInputs = [dataAccessor utilityHt];
|
||||
meta = {
|
||||
description = "Utilities for accessing and manipulating the fields of records";
|
||||
license = "BSD";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
{cabal, transformers}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "data-accessor";
|
||||
version = "0.2.1.4";
|
||||
sha256 = "1fnfbcw1fzas2sbk9yhwd05ncvgqfy47hi9xh0ygsqilx7nwkdxv";
|
||||
propagatedBuildInputs = [transformers];
|
||||
meta = {
|
||||
description = "Utilities for accessing and manipulating the fields of records";
|
||||
license = "BSD";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user