mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
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 : {
|
||||
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
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user