Up to [cvs.NetBSD.org] / pkgsrc / textproc / hs-doclayout
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Sat Feb 26 03:58:27 2022 UTC (4 months, 1 week ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
HEAD
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 12 08:50:52 2022 UTC (4 months, 3 weeks ago) by pho
Branch: MAIN
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
revbump after changing the default Haskell compiler
Revision 1.5 / (download) - annotate - [select for diffs], Fri Feb 11 13:30:32 2022 UTC (4 months, 3 weeks ago) by pho
Branch: MAIN
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
Update to doclayout-0.3.1.1 0.3.1.1 * Fix the end of the block of zero width characters which contains the zero-width joiners and directional markings (Stephen Morgan, #5). This fixes a regression introduced in 0.3.1, affecting code points 0x2010 to 0x2030. 0.3.1 * Improved handling of emojis. Emojis are double-wide, but previously this library did not treat them as such. We now have comprehensive support of emojis, including variation modifiers and zero-width joiners, verified by a test suite. Performance has been confirmed to be no worse for text without emojis. (Stephen Morgan, #1). API changes: export realLengthNoShortcut, isEmojiModifier, isEmojiVariation, isEmojiJoiner.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 18 02:48:25 2022 UTC (5 months, 2 weeks ago) by pho
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Bump packages that depends on GHC
Revision 1.3 / (download) - annotate - [select for diffs], Mon May 3 19:01:14 2021 UTC (14 months ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
*: Bump PKGREVISION for ghc-9.0.1
Revision 1.2 / (download) - annotate - [select for diffs], Sat Apr 24 15:21:03 2021 UTC (14 months, 1 week ago) by pho
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Update to doclayout-0.3.0.2 0.3.0.2 * NOINLINE literal instead of fromString (#2, sjakobi). This produces a further reduction in allocations and pandoc compile time. 0.3.0.1 * NOINLINE fromString (#1). @sjakobi reports that this change reduced total allocations for building pandoc-2.12 with GHC 8.10.4 by 8.5% and reduced peak allocations are reduced from 3854MB to 3389MB.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 15 06:45:04 2020 UTC (2 years, 5 months ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Import doclayout-0.3 doclayout is a prettyprinting library for laying out text documents, with several features not present in prettyprinting libraries designed for code. It was designed for use in pandoc.