From 00cd11c6e23fd6d99015a3238a22b09a33472006 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 2 Feb 2019 12:36:32 -0800 Subject: Shared: withTempDir is no longer used in the codebase. Add comment to remove it in next major release. --- src/Text/Pandoc/Shared.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Text') 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 -- cgit v1.2.3