nixpkgs/pkgs/development/libraries/haskell/benchpress/default.nix
Andres Löh e94147754c Switching haskell-packages.nix to callPackage ...
svn path=/nixpkgs/trunk/; revision=23551
2010-08-30 17:10:21 +00:00

13 lines
319 B
Nix

{cabal, mtl}:
cabal.mkDerivation (self : {
pname = "benchpress";
version = "0.2.2";
sha256 = "185j2viimr1vbbgh9havdj2nskim8apih1fyvwln76jfrwypy194";
propagatedBuildInputs = [mtl];
meta = {
description = "Benchmarks actions and produces statistics such as min, mean, and median execution time.";
};
})