forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CHANGES.txt: 0.13.9 #50, fix a space leak #36, fix the demo examples #35, make IsString a superclass of StringLike #33, make flattenTree O(n) instead of O(n^2) 0.13.8 #30, add parse/render functions directly to the Tree module 0.13.7 #32, make sure upper case &#X works in lookupEntity 0.13.6 #28, some named entities require a trailing semicolon (e.g. mid) 0.13.5 #26, rename the test program to test-tagsoup 0.13.4 #24, add isTagComment function Update the copyright year 0.13.3 Work on GHC 7.9 0.13.2 Remove all package upper bounds Allow QuickCheck-2.6
- Loading branch information
szptvlfn
committed
Mar 15, 2016
1 parent
dc44989
commit c5b38c3
Showing
3 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.8 2016/01/10 11:49:11 szptvlfn Exp $ | ||
# $NetBSD: Makefile,v 1.9 2016/03/15 13:45:17 szptvlfn Exp $ | ||
|
||
DISTNAME= tagsoup-0.13.1 | ||
PKGREVISION= 7 | ||
DISTNAME= tagsoup-0.13.9 | ||
CATEGORIES= textproc | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.2 2015/11/04 01:59:31 agc Exp $ | ||
$NetBSD: distinfo,v 1.3 2016/03/15 13:45:17 szptvlfn Exp $ | ||
|
||
SHA1 (tagsoup-0.13.1.tar.gz) = 4066f9e949dacf8111fb187bf01b1f214f5ee7d8 | ||
RMD160 (tagsoup-0.13.1.tar.gz) = 612408151a172be0a461c0d773355073896b9dfd | ||
SHA512 (tagsoup-0.13.1.tar.gz) = 01873e5580356d4ff1f473bb992544b5a3c36348029c2e8e1ebcc11ce335040bfddd5c8cf5cebc47c68ab446acda777ee48d457be7a5898423d7bef0c92b87e6 | ||
Size (tagsoup-0.13.1.tar.gz) = 42756 bytes | ||
SHA1 (tagsoup-0.13.9.tar.gz) = 1c0f6f9a61fb31a968aaf96685b0d8fd495c77fe | ||
RMD160 (tagsoup-0.13.9.tar.gz) = 9c8101fc47e2e9e046387d4ba54d505599afcf77 | ||
SHA512 (tagsoup-0.13.9.tar.gz) = 0714f2749399a479b753a9829c05901612bf297d71807d068946adc8e9a1fe8e3844f0a3ac61cc8fd8b9c90712dac57a866810f2e59d94eaccc08e0de0397190 | ||
Size (tagsoup-0.13.9.tar.gz) = 43921 bytes |