pkgsrc/textproc/hs-doctemplates/PLIST
pho c138d58980 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].
2021-04-24 15:28:11 +00:00

29 lines
1.8 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2021/04/24 15:28:11 pho Exp $
lib/doctemplates-${PKGVERSION}/${HS_VERSION}/package-description
lib/doctemplates-${PKGVERSION}/${HS_VERSION}/package-id
lib/${HS_PLATFORM}/${HS_PKGID}/Text/DocTemplates.dyn_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Text/DocTemplates.hi
lib/${HS_PLATFORM}/${HS_PKGID}/Text/DocTemplates.p_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Text/DocTemplates/Internal.dyn_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Text/DocTemplates/Internal.hi
lib/${HS_PLATFORM}/${HS_PKGID}/Text/DocTemplates/Internal.p_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Text/DocTemplates/Parser.dyn_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Text/DocTemplates/Parser.hi
lib/${HS_PLATFORM}/${HS_PKGID}/Text/DocTemplates/Parser.p_hi
lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
share/doc/${HS_PLATFORM}/doctemplates-${PKGVERSION}/LICENSE
share/doc/${HS_PLATFORM}/doctemplates-${PKGVERSION}/html/Text-DocTemplates-Internal.html
share/doc/${HS_PLATFORM}/doctemplates-${PKGVERSION}/html/Text-DocTemplates-Parser.html
share/doc/${HS_PLATFORM}/doctemplates-${PKGVERSION}/html/Text-DocTemplates.html
share/doc/${HS_PLATFORM}/doctemplates-${PKGVERSION}/html/doc-index.html
share/doc/${HS_PLATFORM}/doctemplates-${PKGVERSION}/html/doctemplates.haddock
share/doc/${HS_PLATFORM}/doctemplates-${PKGVERSION}/html/haddock-bundle.min.js
share/doc/${HS_PLATFORM}/doctemplates-${PKGVERSION}/html/index.html
share/doc/${HS_PLATFORM}/doctemplates-${PKGVERSION}/html/linuwial.css
share/doc/${HS_PLATFORM}/doctemplates-${PKGVERSION}/html/meta.json
share/doc/${HS_PLATFORM}/doctemplates-${PKGVERSION}/html/quick-jump.css
share/doc/${HS_PLATFORM}/doctemplates-${PKGVERSION}/html/synopsis.png
share/${HS_PLATFORM}/doctemplates-${PKGVERSION}/README.md
share/${HS_PLATFORM}/doctemplates-${PKGVERSION}/changelog.md