mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 17:56:32 +00:00
Expose some unexposed modules.
+ Text.Pandoc.Writers.Shared + Text.Pandoc.Parsing + Text.Pandoc.Asciify + Text.Pandoc.Emoji + Text.Pandoc.ImageSize [API change] These are often helpful to people writing their own reader or writer modules. Closes #3260.
This commit is contained in:
+5
-5
@@ -390,6 +390,7 @@ Library
|
||||
Text.Pandoc.Writers.FB2,
|
||||
Text.Pandoc.Writers.TEI,
|
||||
Text.Pandoc.Writers.Math,
|
||||
Text.Pandoc.Writers.Shared,
|
||||
Text.Pandoc.PDF,
|
||||
Text.Pandoc.UTF8,
|
||||
Text.Pandoc.Templates,
|
||||
@@ -399,6 +400,10 @@ Library
|
||||
Text.Pandoc.Logging,
|
||||
Text.Pandoc.Process,
|
||||
Text.Pandoc.MIME,
|
||||
Text.Pandoc.Parsing,
|
||||
Text.Pandoc.Asciify,
|
||||
Text.Pandoc.Emoji,
|
||||
Text.Pandoc.ImageSize,
|
||||
Text.Pandoc.Class
|
||||
Other-Modules: Text.Pandoc.Readers.Docx.Lists,
|
||||
Text.Pandoc.Readers.Docx.Combine,
|
||||
@@ -424,13 +429,8 @@ Library
|
||||
Text.Pandoc.Readers.Org.ParserState,
|
||||
Text.Pandoc.Readers.Org.Parsing,
|
||||
Text.Pandoc.Readers.Org.Shared,
|
||||
Text.Pandoc.Writers.Shared,
|
||||
Text.Pandoc.Asciify,
|
||||
Text.Pandoc.CSS,
|
||||
Text.Pandoc.Emoji,
|
||||
Text.Pandoc.Parsing,
|
||||
Text.Pandoc.UUID,
|
||||
Text.Pandoc.ImageSize,
|
||||
Text.Pandoc.Slides,
|
||||
Text.Pandoc.Compat.Time,
|
||||
Paths_pandoc
|
||||
|
||||
Reference in New Issue
Block a user