mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 01:36:45 +00:00
Class: make FileTree opaque.
This forces uses to interact with it using `insertInFileTree` and `getFileInfo`, which normalize file names.
This commit is contained in:
@@ -78,7 +78,7 @@ module Text.Pandoc.Class ( PandocMonad(..)
|
||||
, getResourcePath
|
||||
, PandocIO(..)
|
||||
, PandocPure(..)
|
||||
, FileTree(..)
|
||||
, FileTree
|
||||
, FileInfo(..)
|
||||
, addToFileTree
|
||||
, insertInFileTree
|
||||
|
||||
Reference in New Issue
Block a user