API change: expose module Text.Pandoc.Filter

The module is likely to be useful to library users.
This commit is contained in:
Albert Krewinkel 2018-10-26 23:18:46 +02:00 committed by John MacFarlane
parent fd672f9722
commit 0531a4653a

View file

@ -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,