CVS log for pkgsrc/textproc/hs-doctemplates/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / textproc / hs-doctemplates
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:39:58 2025 UTC (3 weeks, 2 days ago) by pho
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2
lines
recursive revbump after patching lang/ghc910
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Feb 2 13:05:52 2025 UTC (7 weeks, 4 days ago) by pho
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1
lines
Bump all Haskell packages after switching the default compiler.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jan 9 23:29:14 2025 UTC (2 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -3
lines
hs-doctemplates: update to 0.11.0.1.
textproc/hs-doctemplates: update to doctemplates-0.11.0.1
# 0.11.0.1
* Bump version bounds for doclayout.
* Fix typos.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jan 9 23:24:41 2025 UTC (2 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
*: recursive bump for hs-doclayout 0.5
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jan 9 23:15:15 2025 UTC (2 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
i*: recursive bump for hs-emojis update
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu May 9 01:32:41 2024 UTC (10 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4,
pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
Recursive revbump after changing the default Haskell compiler
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Nov 2 06:37:30 2023 UTC (16 months, 3 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
Revbump all Haskell after updating lang/ghc96
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Oct 9 04:54:50 2023 UTC (17 months, 2 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
Bump Haskell packages after updating lang/ghc94
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Feb 7 01:41:10 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1
lines
revbump all the Haskell packages after modifying the runtime system of lang/ghc94
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jan 27 15:23:37 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -5
lines
textproc/hs-doctemplates: Update to 0.11
No release notes have been provided by upstream.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Aug 20 08:08:22 2022 UTC (2 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
hs*: recursive bump for new dependencies needed
for hs-aeson, hs-vector
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Feb 26 03:58:27 2022 UTC (3 years, 1 month ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Feb 12 08:50:52 2022 UTC (3 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1
lines
revbump after changing the default Haskell compiler
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Feb 12 07:35:44 2022 UTC (3 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -3
lines
Update to doctemplates-0.10.0.1
0.10.0.1
* Don't rely on aeson Object being implemented as a HashMap. This change is
needed for doctemplates to compile against aeson 2.0.0.0.
0.10
* Change rendering and conditional behavior with booleans. Previously,
$if(foo)$ evaluated to false iff foo would render as the empty
string. This forced us to render a boolean False value as an empty
string, rather than false. And this has caused various problems with
templates (#16, jgm/pandoc#7402). Now, boolean False values render as
false -- just as True values render as true. And conditionals are now
sensitive to booleans, so $if(foo)$ evaluates to false when foo is a
boolean False value, even though it would render as the nonempty string
false.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 18 02:48:25 2022 UTC (3 years, 2 months ago) by pho
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
Bump packages that depends on GHC
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon May 3 19:01:14 2021 UTC (3 years, 10 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
*: Bump PKGREVISION for ghc-9.0.1
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Apr 24 15:28:11 2021 UTC (3 years, 11 months ago) by pho
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2
lines
Update to doctemplates-0.9
0.9
* Add BoolVal constructor to Val. This gives a smoother interface with
JSON and YAML. [API change]
* Remove overlapping instances by generalizing ToContext String String
and FromContext String String to TemplateTarget [a] => ToContext [a]
[a] and TemplateTarget [a] => FromContext [a] [a]. Remove the
instance ToContext String (Doc String). Remove redundant
constraints. (#9, favonia) [API change]
0.8.3
* Properly handle nested loops (#15). Previously "it" was always used
for the variable in a loop, and in a nested loop there was no way to
distinguish the value of the inner iteration from the value of the
outer one. Now we assign the iterated value to both "it" and to the
original variable name (e.g. "foo.bar"). This probably has a small
negative performance impact. Note that this change also affects the
output of the template parser: original variable names are now
retained instead of being replaced by "it".
* Remove duplicate IsString constraint (#14, Mario Lang).
* Update haddocks from README (#10).
* Minor code clean-ups (#7, favonia).
* Add hsyaml >= 0.2 constraint (#6).
0.8.2
* Add filters: first, rest, last, allbutlast.
* New constructors for Filter: FirstItem, LastItem, Rest, AllButLast
[API change].
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jan 15 11:35:54 2020 UTC (5 years, 2 months ago) by pho
Branches: 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 doctemplates-0.8.1
This is the text templating system used by pandoc. It supports
variable interpolation, iteration, tests for non-blank values, pipes,
and partials. Templates are rendered to doclayout Docs, and variable
values may come from a variety of different sources, including aeson
Values.
CVSweb <webmaster@jp.NetBSD.org>