Up to [cvs.NetBSD.org] / pkgsrc / textproc / hs-cheapskate
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Sat Feb 26 03:58:26 2022 UTC (3 months, 4 weeks ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
HEAD
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
Revision 1.4 / (download) - annotate - [select for diffs], Sat Feb 12 08:50:51 2022 UTC (4 months, 1 week ago) by pho
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
revbump after changing the default Haskell compiler
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jan 18 02:48:24 2022 UTC (5 months ago) by pho
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Bump packages that depends on GHC
Revision 1.2 / (download) - annotate - [select for diffs], Mon May 3 19:01:13 2021 UTC (13 months, 3 weeks 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.1: +2 -2
lines
Diff to previous 1.1 (colored)
*: Bump PKGREVISION for ghc-9.0.1
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 19 12:08:08 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 cheapskate-0.1.1.1 This is an experimental Markdown processor in pure Haskell. It aims to process Markdown efficiently and in the most forgiving possible way. It is designed to deal with any input, including garbage, with linear performance. Output is sanitized by default for protection against XSS attacks. Several markdown extensions are implemented, including fenced code blocks, significant list start numbers, and autolinked URLs.