From 4ccbdf4e8dabee046106bda8826f7211d8d23546 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 27 Jan 2017 11:15:42 +0100 Subject: [PATCH] Expose FileTree in Class --- src/Text/Pandoc/Class.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Text/Pandoc/Class.hs b/src/Text/Pandoc/Class.hs index b8befd5b8..348da71ba 100644 --- a/src/Text/Pandoc/Class.hs +++ b/src/Text/Pandoc/Class.hs @@ -54,6 +54,7 @@ module Text.Pandoc.Class ( PandocMonad(..) , getOutputFile , PandocIO(..) , PandocPure(..) + , FileTree(..) , FileInfo(..) , runIO , runIOorExplode