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

Log:
haskell-multiset: updated to version 0.2.1

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

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/multiset/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/multiset/default.nix       
Sun Aug  7 19:34:32 2011        (r28271)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/multiset/default.nix       
Sun Aug  7 20:24:25 2011        (r28272)
@@ -1,11 +1,13 @@
-{cabal}:
+{cabal} :
 
 cabal.mkDerivation (self : {
   pname = "multiset";
-  version = "0.2";
-  sha256 = "35d76c026bab0dbdf761c8590297d718507bb9ef93c30bce4f524efee23f5323";
+  version = "0.2.1";
+  sha256 = "0snlm6s9ikf5gngdwb7rm7v6017f5bffajv6777y56pjmd7bk9sy";
   meta = {
-    description = "A variation of Data.Set. Multisets, sometimes also called 
bags, can contain multiple copies of the same key";
+    description = "The Data.MultiSet container type";
+    license = self.stdenv.lib.licenses.bsd3;
+    platforms = self.stdenv.lib.platforms.haskellPlatforms;
+    maintainers = [ self.stdenv.lib.maintainers.simons ];
   };
 })
-
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to