diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-10-24 22:46:06 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-10-24 22:46:06 -0700 |
commit | 23fbf8a5338512ed713b7152beb36ac3eb7ab364 (patch) | |
tree | 01639af9b2af71d8fc15d97344d03770f3e02fec /src/Text/Pandoc | |
parent | 07bf48d07b58d490c14022a6714f37aa97ca53ab (diff) | |
download | pandoc-23fbf8a5338512ed713b7152beb36ac3eb7ab364.tar.gz |
Text.Pandoc.App: export applyFilters, applyLuaFilters. (API change)
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r-- | src/Text/Pandoc/App.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Text/Pandoc/App.hs b/src/Text/Pandoc/App.hs index 6bcc90357..29df04d24 100644 --- a/src/Text/Pandoc/App.hs +++ b/src/Text/Pandoc/App.hs @@ -37,6 +37,8 @@ module Text.Pandoc.App ( , defaultOpts , parseOptions , options + , applyFilters + , applyLuaFilters ) where import qualified Control.Exception as E import Control.Monad |