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

Log:
haskell-vector: updated to version 0.7.1

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

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/vector/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/vector/default.nix Sun Aug 
 7 20:24:30 2011        (r28273)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/vector/default.nix Sun Aug 
 7 20:24:37 2011        (r28274)
@@ -1,14 +1,18 @@
-{cabal, primitive}:
+{cabal, primitive} :
 
 cabal.mkDerivation (self : {
   pname = "vector";
-  version = "0.7.0.1";
-  sha256 = "147kwm3p6w1qg1sg3ls7i8zj3mcnyxf80il4r5kz5fd3n1ibvyxj";
-  propagatedBuildInputs = [primitive];
+  version = "0.7.1";
+  sha256 = "1cdbkabw49pgc1j5h96inpmhn8ly230885d22smmynrq369pmg07";
+  propagatedBuildInputs = [ primitive ];
   meta = {
-    description = "Efficient arrays";
-    license = "BSD";
-    maintainers = [self.stdenv.lib.maintainers.andres];
+    homepage = "http://code.haskell.org/vector";;
+    description = "Efficient Arrays";
+    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