Author: simons
Date: Sun Aug  7 18:23:23 2011
New Revision: 28245
URL: https://svn.nixos.org/websvn/nix/?rev=28245&sc=1

Log:
blaze-html: updated to version 0.4.1.6

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/blaze-html/default.nix

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/blaze-html/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/blaze-html/default.nix     
Sun Aug  7 18:23:19 2011        (r28244)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/blaze-html/default.nix     
Sun Aug  7 18:23:23 2011        (r28245)
@@ -1,13 +1,17 @@
-{cabal, text, blazeBuilder}:
+{cabal, blazeBuilder, text} :
 
 cabal.mkDerivation (self : {
   pname = "blaze-html";
-  version = "0.4.1.4";
-  sha256 = "1xf302dapwmmlxj9alfbdv6rcrxhr9p305s4jz2d6ckq2xzz8yjf";
-  propagatedBuildInputs = [text blazeBuilder];
+  version = "0.4.1.6";
+  sha256 = "084phxxdy12vi2q084k8w693m94v0pjf29zx2fk1y0n80k05ii4z";
+  propagatedBuildInputs = [ blazeBuilder text ];
   meta = {
-    description = "A blazingly fast HTML combinator library";
-    license = "BSD";
-    maintainers = [self.stdenv.lib.maintainers.andres];
+    homepage = "http://jaspervdj.be/blaze";;
+    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