Added the Haskell criterion package.
svn path=/nixpkgs/trunk/; revision=24741
This commit is contained in:
18
pkgs/development/libraries/haskell/criterion/default.nix
Normal file
18
pkgs/development/libraries/haskell/criterion/default.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{cabal, deepseq, mtl, parallel, parsec, vector, vectorAlgorithms,
|
||||
mwcRandom, statistics}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "criterion";
|
||||
version = "0.5.0.5";
|
||||
sha256 = "1b1g7a2ip07j0554cj4d0413859fbdkaxpcgq2znjz7wh8z5aabn";
|
||||
|
||||
propagatedBuildInputs =
|
||||
[deepseq mtl parallel parsec vector vectorAlgorithms mwcRandom statistics];
|
||||
|
||||
meta = {
|
||||
homepage = "http://bitbucket.org/bos/criterion";
|
||||
description = "Robust, reliable performance measurement and analysis";
|
||||
license = "BSD";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user