summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-01-27 11:15:42 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-27 11:15:42 +0100
commit4ccbdf4e8dabee046106bda8826f7211d8d23546 (patch)
tree7e138043c3f2383fc0574c6f69c973c552c52251
parentf5dd1238198450c4917707214f19e2f0da8c3cb4 (diff)
Expose FileTree in Class
-rw-r--r--src/Text/Pandoc/Class.hs1
1 files changed, 1 insertions, 0 deletions
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