aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-24 22:46:06 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-24 22:46:06 -0700
commit23fbf8a5338512ed713b7152beb36ac3eb7ab364 (patch)
tree01639af9b2af71d8fc15d97344d03770f3e02fec
parent07bf48d07b58d490c14022a6714f37aa97ca53ab (diff)
downloadpandoc-23fbf8a5338512ed713b7152beb36ac3eb7ab364.tar.gz
Text.Pandoc.App: export applyFilters, applyLuaFilters. (API change)
-rw-r--r--src/Text/Pandoc/App.hs2
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