Author: simons
Date: Sun Aug 7 21:59:50 2011
New Revision: 28301
URL: https://svn.nixos.org/websvn/nix/?rev=28301&sc=1
Log:
haskell-benchpress: updated to version 0.2.2.4
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/benchpress/default.nix
nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/benchpress/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/benchpress/default.nix
Sun Aug 7 21:59:46 2011 (r28300)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/benchpress/default.nix
Sun Aug 7 21:59:50 2011 (r28301)
@@ -1,12 +1,15 @@
-{cabal, mtl}:
+{cabal, mtl, time} :
cabal.mkDerivation (self : {
pname = "benchpress";
- version = "0.2.2";
- sha256 = "185j2viimr1vbbgh9havdj2nskim8apih1fyvwln76jfrwypy194";
- propagatedBuildInputs = [mtl];
+ version = "0.2.2.4";
+ sha256 = "0cabjx0gkbk5blqkm9pmnz8kmi3573367365gny4r3m431iwxgnf";
+ propagatedBuildInputs = [ mtl time ];
meta = {
- description = "Benchmarks actions and produces statistics such as min,
mean, and median execution time.";
+ homepage = "http://github.com/tibbe/benchpress";
+ description = "Micro-benchmarking with detailed statistics.";
+ license = self.stdenv.lib.licenses.bsd3;
+ platforms = self.stdenv.lib.platforms.haskellPlatforms;
+ maintainers = [ self.stdenv.lib.maintainers.simons ];
};
})
-
Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Sun Aug 7 21:59:46
2011 (r28300)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Sun Aug 7 21:59:50
2011 (r28301)
@@ -374,7 +374,9 @@
baseUnicodeSymbols = callPackage
../development/libraries/haskell/base-unicode-symbols {};
- benchpress = callPackage ../development/libraries/haskell/benchpress {};
+ benchpress = callPackage ../development/libraries/haskell/benchpress {
+ time = self.time_1_1_3;
+ };
bimap = callPackage ../development/libraries/haskell/bimap {};
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits