Author: simons
Date: Sun Aug  7 19:33:43 2011
New Revision: 28260
URL: https://svn.nixos.org/websvn/nix/?rev=28260&sc=1

Log:
haskell-criterion: updated to version 0.5.0.10

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/criterion/default.nix

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/criterion/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/criterion/default.nix      
Sun Aug  7 19:33:39 2011        (r28259)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/criterion/default.nix      
Sun Aug  7 19:33:43 2011        (r28260)
@@ -1,19 +1,21 @@
-{cabal, deepseq, mtl, parallel, parsec, vector, vectorAlgorithms,
- mwcRandom, statistics}:
+{cabal, deepseq, mtl, mwcRandom, parsec, statistics, vector,
+ vectorAlgorithms} :
 
 cabal.mkDerivation (self : {
   pname = "criterion";
-  version = "0.5.0.7";
-  sha256 = "1f1vpc3cwvc6wjy7fras5kp1iap8abh6ap3w6pf75qpkbdrcd3dq";
-
+  version = "0.5.0.10";
+  sha256 = "0sd289s7wnyg0p37j327hv55aw4a18bdv56z26v4qi3j8p2fbpbj";
   propagatedBuildInputs = [
-    deepseq mtl parallel parsec vector vectorAlgorithms mwcRandom statistics
+    deepseq mtl mwcRandom parsec statistics vector vectorAlgorithms
   ];
-
   meta = {
     homepage = "http://bitbucket.org/bos/criterion";;
     description = "Robust, reliable performance measurement and analysis";
-    license = "BSD";
-    maintainers = [self.stdenv.lib.maintainers.andres];
+    license = self.stdenv.lib.licenses.bsd3;
+    platforms = self.stdenv.lib.platforms.haskellPlatforms;
+    maintainers = [
+      self.stdenv.lib.maintainers.simons
+      self.stdenv.lib.maintainers.andres
+    ];
   };
 })
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to