diff options
| author | Albert Krewinkel <[email protected]> | 2024-10-14 07:21:08 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2024-10-14 07:53:12 +0200 |
| commit | d39994375924a29fc8c518acc9fee7a936f14a31 (patch) | |
| tree | a8c7b0d45dd068313ae559ac74088d1dd0191580 /stack.yaml | |
| parent | 734227a59d416e4512f418468c714b59585cb5e2 (diff) | |
Lua: Remove prefixes from Lua type names
Lua type names were inconsistent with regard to the use of prefixes; all
prefixes are removed now, and Lua types now have the same name as the
Haskell types.
The use of app-specific prefixes is suggested by the Lua manual to avoid
collisions. However, this shouldn't be a problem with pandoc, as it
cannot be used as a Lua package.
Closes: #8574
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stack.yaml b/stack.yaml index 21bbfdec2..7728d23b2 100644 --- a/stack.yaml +++ b/stack.yaml @@ -20,12 +20,12 @@ extra-deps: - doctemplates-0.11.0.1 - typst-0.6 - hslua-module-doclayout-1.2.0 -- pandoc-lua-marshal-0.2.9 - djot-0.1.2.2 - texmath-0.12.8.11 - commonmark-0.2.6.1 - commonmark-pandoc-0.2.2.2 - +- git: https://github.com/pandoc/pandoc-lua-marshal + commit: 2dc58d431bb3e4d55999db03c470fbf32970b3d5 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-22.33 |
