API change: expose module Text.Pandoc.Filter
The module is likely to be useful to library users.
This commit is contained in:
parent
fd672f9722
commit
0531a4653a
1 changed files with 2 additions and 2 deletions
|
@ -436,6 +436,7 @@ library
|
|||
Text.Pandoc.Shared,
|
||||
Text.Pandoc.MediaBag,
|
||||
Text.Pandoc.Error,
|
||||
Text.Pandoc.Filter,
|
||||
Text.Pandoc.Readers,
|
||||
Text.Pandoc.Readers.HTML,
|
||||
Text.Pandoc.Readers.LaTeX,
|
||||
|
@ -513,8 +514,7 @@ library
|
|||
Text.Pandoc.ImageSize,
|
||||
Text.Pandoc.BCP47,
|
||||
Text.Pandoc.Class
|
||||
other-modules: Text.Pandoc.Filter,
|
||||
Text.Pandoc.Filter.JSON,
|
||||
other-modules: Text.Pandoc.Filter.JSON,
|
||||
Text.Pandoc.Filter.Lua,
|
||||
Text.Pandoc.Filter.Path,
|
||||
Text.Pandoc.Readers.Docx.Lists,
|
||||
|
|
Loading…
Add table
Reference in a new issue