From 23fbf8a5338512ed713b7152beb36ac3eb7ab364 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 24 Oct 2017 22:46:06 -0700 Subject: Text.Pandoc.App: export applyFilters, applyLuaFilters. (API change) --- src/Text/Pandoc/App.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 -- cgit v1.2.3