Skip to content

Commit

Permalink
Update to 0.13.9
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
5 changes: 2 additions & 3 deletions textproc/hs-tagsoup/Makefile
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]
Expand Down
6 changes: 3 additions & 3 deletions textproc/hs-tagsoup/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.8 2016/01/10 11:49:11 szptvlfn Exp $
# $NetBSD: buildlink3.mk,v 1.9 2016/03/15 13:45:17 szptvlfn Exp $

BUILDLINK_TREE+= hs-tagsoup

.if !defined(HS_TAGSOUP_BUILDLINK3_MK)
HS_TAGSOUP_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-tagsoup+= hs-tagsoup>=0.13.1
BUILDLINK_ABI_DEPENDS.hs-tagsoup+= hs-tagsoup>=0.13.1nb7
BUILDLINK_API_DEPENDS.hs-tagsoup+= hs-tagsoup>=0.13.9
BUILDLINK_ABI_DEPENDS.hs-tagsoup+= hs-tagsoup>=0.13.9
BUILDLINK_PKGSRCDIR.hs-tagsoup?= ../../textproc/hs-tagsoup

.include "../../devel/hs-text/buildlink3.mk"
Expand Down
10 changes: 5 additions & 5 deletions textproc/hs-tagsoup/distinfo
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

0 comments on commit c5b38c3

Please sign in to comment.