Expose FileTree in Class

This commit is contained in:
John MacFarlane 2017-01-27 11:15:42 +01:00
parent f5dd123819
commit 4ccbdf4e8d

View file

@ -54,6 +54,7 @@ module Text.Pandoc.Class ( PandocMonad(..)
, getOutputFile
, PandocIO(..)
, PandocPure(..)
, FileTree(..)
, FileInfo(..)
, runIO
, runIOorExplode