Author: simons
Date: Sun Aug  7 20:25:11 2011
New Revision: 28282
URL: https://svn.nixos.org/websvn/nix/?rev=28282&sc=1

Log:
haskell-unordered-containers: updated to version 0.1.4.2

Modified:
   
nixpkgs/trunk/pkgs/development/libraries/haskell/unordered-containers/default.nix

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/unordered-containers/default.nix
==============================================================================
--- 
nixpkgs/trunk/pkgs/development/libraries/haskell/unordered-containers/default.nix
   Sun Aug  7 20:25:07 2011        (r28281)
+++ 
nixpkgs/trunk/pkgs/development/libraries/haskell/unordered-containers/default.nix
   Sun Aug  7 20:25:11 2011        (r28282)
@@ -1,14 +1,17 @@
-{cabal, deepseq, hashable}:
+{cabal, deepseq, hashable} :
 
 cabal.mkDerivation (self : {
   pname = "unordered-containers";
-  version = "0.1.4.0";
-  sha256 = "1v5m92rn2k7knhca91ldzi082hy4z0hp4nm66ihns4vxgslywgb9";
-  propagatedBuildInputs = [deepseq hashable];
+  version = "0.1.4.2";
+  sha256 = "0nfw82zng9y5dinjn78k05i4c4bjc1y6yb2dwqwczb85hbrqiha6";
+  propagatedBuildInputs = [ deepseq hashable ];
   meta = {
     description = "Efficient hashing-based container types";
-    license = "BSD3";
-    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