tagsoup: updated to version 0.12.2
svn path=/nixpkgs/trunk/; revision=28238
This commit is contained in:
parent
6855d8181f
commit
981db91136
@ -1,13 +1,18 @@
|
|||||||
{cabal}:
|
{cabal, text} :
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "tagsoup";
|
pname = "tagsoup";
|
||||||
version = "0.12";
|
version = "0.12.2";
|
||||||
sha256 = "0jaqr6q8asn7gd336xsblcc55lzm8glzlhvs61mhzjvk4hg9pmg7";
|
sha256 = "066nmp4fd5pcx9xiq7lhxcrhmnhkxk8z7zx5laa19bbb8jbjjl4y";
|
||||||
|
propagatedBuildInputs = [ text ];
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = "http://community.haskell.org/~ndm/tagsoup/";
|
||||||
description = "Parsing and extracting information from (possibly malformed) HTML/XML documents";
|
description = "Parsing and extracting information from (possibly malformed) HTML/XML documents";
|
||||||
license = "BSD";
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||||
|
maintainers = [
|
||||||
|
self.stdenv.lib.maintainers.simons
|
||||||
|
self.stdenv.lib.maintainers.andres
|
||||||
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user