diff options
| -rw-r--r-- | src/Text/Pandoc/Shared.hs | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/Text/Pandoc/Shared.hs b/src/Text/Pandoc/Shared.hs index 4efdbba61..0a9003538 100644 --- a/src/Text/Pandoc/Shared.hs +++ b/src/Text/Pandoc/Shared.hs @@ -887,6 +887,8 @@ safeRead s = case reads s of  -- Temp directory  -- +-- TODO remove in next major release; this is no longer +-- used in the code base.  withTempDir :: String -> (FilePath -> IO a) -> IO a  withTempDir =  #ifdef _WINDOWS | 
