Skip to content

Commit

Permalink
textproc/hs-commonmark: Update to 0.2.4
Browse files Browse the repository at this point in the history
0.2.4
* Do not parse hard line breaks in fenced codeblock info (#116, Michael
  Howell). This change makes commonmark-hs conform to the spec and behave
  like other implementations when an info string in a code block ends with
  a backslash.
* [API change] Commonmark.Inlines now exports pEscapedSymbol (#116, Michael
  Howell).
* Tokenize combining marks as WordChars not Symbol (#114).
  • Loading branch information
depressed-pho committed Oct 28, 2023
1 parent 8672d18 commit 81ac4f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions textproc/hs-commonmark/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.10 2023/10/26 17:18:54 pho Exp $
# $NetBSD: Makefile,v 1.11 2023/10/28 09:52:23 pho Exp $

DISTNAME= commonmark-0.2.3
DISTNAME= commonmark-0.2.4
CATEGORIES= textproc

MAINTAINER= pho@cielonegro.org
Expand Down
6 changes: 3 additions & 3 deletions textproc/hs-commonmark/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.10 2023/10/26 17:18:54 pho Exp $
# $NetBSD: buildlink3.mk,v 1.11 2023/10/28 09:52:23 pho Exp $

BUILDLINK_TREE+= hs-commonmark

.if !defined(HS_COMMONMARK_BUILDLINK3_MK)
HS_COMMONMARK_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-commonmark+= hs-commonmark>=0.2.3
BUILDLINK_ABI_DEPENDS.hs-commonmark+= hs-commonmark>=0.2.3
BUILDLINK_API_DEPENDS.hs-commonmark+= hs-commonmark>=0.2.4
BUILDLINK_ABI_DEPENDS.hs-commonmark+= hs-commonmark>=0.2.4
BUILDLINK_PKGSRCDIR.hs-commonmark?= ../../textproc/hs-commonmark

.include "../../textproc/hs-unicode-data/buildlink3.mk"
Expand Down
8 changes: 4 additions & 4 deletions textproc/hs-commonmark/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2023/10/26 17:18:54 pho Exp $
$NetBSD: distinfo,v 1.7 2023/10/28 09:52:23 pho Exp $

BLAKE2s (commonmark-0.2.3.tar.gz) = e5ee7821ac3459337dbef911e3e3c123a425a87a7150c4a8d2eb3255d10a9bb8
SHA512 (commonmark-0.2.3.tar.gz) = 7e3371f6b1aaf4aca3db4ae91894c1e6bd6ea8736babb32de902fba89c2e1f44369bee836fcb1a229948dd72fab25e930bc0cdc143e94d6b136734b9fff3d3df
Size (commonmark-0.2.3.tar.gz) = 102342 bytes
BLAKE2s (commonmark-0.2.4.tar.gz) = dbb59075f371e7167b8f937affe2faddd6fa4ff66f68bb6ce55fc77bd91821f2
SHA512 (commonmark-0.2.4.tar.gz) = 70a4d8a74de6b363ccf9456b1f67dbd818aad27494ebb0924c638ffe2bd178e54d83818dc5e2fa72c70c09f3f9888b3a741459733927d57bf046ee1f69337b0e
Size (commonmark-0.2.4.tar.gz) = 102623 bytes

0 comments on commit 81ac4f3

Please sign in to comment.