Class: make FileTree opaque.
This forces uses to interact with it using `insertInFileTree` and `getFileInfo`, which normalize file names.
This commit is contained in:
parent
346b10392f
commit
da64e5baa4
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ module Text.Pandoc.Class ( PandocMonad(..)
|
|||
, getResourcePath
|
||||
, PandocIO(..)
|
||||
, PandocPure(..)
|
||||
, FileTree(..)
|
||||
, FileTree
|
||||
, FileInfo(..)
|
||||
, addToFileTree
|
||||
, insertInFileTree
|
||||
|
|
Loading…
Reference in a new issue