Skip to content

Commit

Permalink
Update to tagsoup-0.14.8
Browse files Browse the repository at this point in the history
0.14.8, released 2019-05-01
    #78, add strMap
0.14.7, released 2018-09-18
    #75, escape single quote (') characters as '
    #72, update some dead URLs
0.14.6, released 2018-02-27
    Fix up source positions on bogus <! markers
0.14.5, released 2018-02-27
    Fix up source positions on bogus <? markers
0.14.4, released 2018-02-26
    #71, fix up source positions on bogus comments
0.14.3, released 2018-01-21
    #70, fix up source positions on comments
0.14.2, released 2017-11-30
    #66, make sure positions are correct for lone & characters
0.14.1, released 2017-02-25
    #63, add maybeAttrib
0.14, released 2016-06-11
    #14, eliminate Text.HTML.Download
0.13.10, released 2016-05-06
    #51, improve the Haddock documentation
    #52, fix some > 16bit HTML entities
  • Loading branch information
depressed-pho committed Jan 2, 2020
1 parent 89cfcc2 commit 68a0889
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 49 deletions.
4 changes: 2 additions & 2 deletions textproc/hs-tagsoup/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.9 2016/03/15 13:45:17 szptvlfn Exp $
# $NetBSD: Makefile,v 1.10 2020/01/02 15:19:00 pho Exp $

DISTNAME= tagsoup-0.13.9
DISTNAME= tagsoup-0.14.8
CATEGORIES= textproc

MAINTAINER= [email protected]
Expand Down
39 changes: 0 additions & 39 deletions textproc/hs-tagsoup/PLIST

This file was deleted.

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.9 2016/03/15 13:45:17 szptvlfn Exp $
# $NetBSD: buildlink3.mk,v 1.10 2020/01/02 15:19:00 pho Exp $

BUILDLINK_TREE+= hs-tagsoup

.if !defined(HS_TAGSOUP_BUILDLINK3_MK)
HS_TAGSOUP_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-tagsoup+= hs-tagsoup>=0.13.9
BUILDLINK_ABI_DEPENDS.hs-tagsoup+= hs-tagsoup>=0.13.9
BUILDLINK_API_DEPENDS.hs-tagsoup+= hs-tagsoup>=0.14.8
BUILDLINK_ABI_DEPENDS.hs-tagsoup+= hs-tagsoup>=0.14.8
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.3 2016/03/15 13:45:17 szptvlfn Exp $
$NetBSD: distinfo,v 1.4 2020/01/02 15:19:00 pho Exp $

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
SHA1 (tagsoup-0.14.8.tar.gz) = 3b2f03272bf8bd69b69f21d69df10cf12d938c8a
RMD160 (tagsoup-0.14.8.tar.gz) = 65161d862578abff0e703f38c8a747cd7eae8c21
SHA512 (tagsoup-0.14.8.tar.gz) = 2fc0adfc43402e537dac043682d876cae29834ebe9bcec7b53cc26ba769324b987be9cd86f9174f52344635342b7ff8f6cc2186be92c5bf4b359968f3cdd17e4
Size (tagsoup-0.14.8.tar.gz) = 43894 bytes

0 comments on commit 68a0889

Please sign in to comment.