diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2018-10-26 23:18:46 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-10-28 12:08:52 -0700 |
commit | 0531a4653a79b0368d6e87d7579fe27ccf6d9623 (patch) | |
tree | f9164cae62b711f7966c922f21f663784a1c79e3 | |
parent | fd672f9722e642ec6c4d7dd4a1564c9d6e869938 (diff) | |
download | pandoc-0531a4653a79b0368d6e87d7579fe27ccf6d9623.tar.gz |
API change: expose module Text.Pandoc.Filter
The module is likely to be useful to library users.
-rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 70a7bdbab..2d85a771c 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -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, |