summaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/test/Tests/Lua/Module.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-10-03 13:05:38 -0700
committerGitHub <noreply@github.com>2022-10-03 13:05:38 -0700
commitad0532244adfbd0ca9596a27506ed6161e4bc225 (patch)
tree70cdf0534234805fb650fa349745abea5814d65c /pandoc-lua-engine/test/Tests/Lua/Module.hs
parent2d565eda9ec6df702bc0381ccb60fc3cc9699318 (diff)
Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)
This makes T.P.Class more self-contained, and suitable for extraction into a separate package if desired. [API changes] - T.P.Data is now an exported module, providing `readDataFile`, `readDefaultDataFile` (both formerly provided by T.P.Class), and also `getDataFileNames` (formerly unexported in T.P.App.CommandLineOptions). - T.P.Translations is now an exported module (along with T.P.Translations.Types), providing `readTranslations`, `getTranslations`, `setTranslations`, `translateTerm`, `lookupTerm`, `readTranslations`, `Term(..)`, and `Translations`. - T.P.Class: `readDataFile`, `readDefaultDataFile`, `setTranslations`, and `translateTerm` are no longer exported. `checkUserDataDir` is now exported. - Text.Pandoc now exports Text.Pandoc.Data and `setTranslations` and `translateTerm`.
Diffstat (limited to 'pandoc-lua-engine/test/Tests/Lua/Module.hs')
0 files changed, 0 insertions, 0 deletions