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

Log:
tagsoup: updated to version 0.12.2

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

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/tagsoup/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/tagsoup/default.nix        
Sun Aug  7 18:22:39 2011        (r28237)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/tagsoup/default.nix        
Sun Aug  7 18:22:43 2011        (r28238)
@@ -1,13 +1,18 @@
-{cabal}:
+{cabal, text} :
 
 cabal.mkDerivation (self : {
   pname = "tagsoup";
-  version = "0.12";
-  sha256 = "0jaqr6q8asn7gd336xsblcc55lzm8glzlhvs61mhzjvk4hg9pmg7";
+  version = "0.12.2";
+  sha256 = "066nmp4fd5pcx9xiq7lhxcrhmnhkxk8z7zx5laa19bbb8jbjjl4y";
+  propagatedBuildInputs = [ text ];
   meta = {
+    homepage = "http://community.haskell.org/~ndm/tagsoup/";;
     description = "Parsing and extracting information from (possibly 
malformed) HTML/XML documents";
-    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