From 66874b49a629fd03c78e070cdcf493e3c0c715f7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 22 Aug 2021 21:42:31 -0700 Subject: App: Use runSandboxed instead of runIO. --- src/Text/Pandoc/App.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Text/Pandoc/App.hs b/src/Text/Pandoc/App.hs index 66d659ba1..1c0d3d080 100644 --- a/src/Text/Pandoc/App.hs +++ b/src/Text/Pandoc/App.hs @@ -103,7 +103,7 @@ convertWithOpts opts = do istty <- liftIO $ queryTerminal stdOutput #endif - res <- runIO $ do + res <- runSandboxed $ do setTrace (optTrace opts) setVerbosity verbosity -- cgit v1.2.3