Path to this page:
Subject: CVS commit: pkgsrc/textproc/hs-typst
From: Thomas Klausner
Date: 2025-02-23 23:03:42
Message id: 20250223220342.DF519FBE1@cvs.NetBSD.org
Log Message:
textproc/hs-typst: update to typst-0.6.2
## 0.6.2
* Allow types to act as constructor functions, as in typst (#61).
Add new unexported module, Typst.Constructors, defining the
constructors for each of the typst types.
Fix name of string type: it is `str`, not `string` (which is only
the `repr`).
* Support `dict`, `datetime`, `symbol` constructors.
* Improve path handling when loading files (#60).
We now look in the "local path" (the path of the containing file)
except when the path begins with `/` (in which case it is resolved
relative to the package path).
* Fix issue with expression parsing involving labels (#59).
* Remove spurious trace in `getPath`.
Files: