diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-01-27 11:15:42 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-01-27 11:15:42 +0100 |
commit | 4ccbdf4e8dabee046106bda8826f7211d8d23546 (patch) | |
tree | 7e138043c3f2383fc0574c6f69c973c552c52251 | |
parent | f5dd1238198450c4917707214f19e2f0da8c3cb4 (diff) | |
download | pandoc-4ccbdf4e8dabee046106bda8826f7211d8d23546.tar.gz |
Expose FileTree in Class
-rw-r--r-- | src/Text/Pandoc/Class.hs | 1 |
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 |