aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/Init.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2021-03-15 23:24:33 -0700
committerJohn MacFarlane <[email protected]>2021-03-15 23:24:33 -0700
commit605f1f444c91a0c17327186578b2ffaf5316547a (patch)
treeb679d45a83acce4ef480a9cc72469db1cb410cab /src/Text/Pandoc/Lua/Init.hs
parentf4be0f9618bc9aa748809018c26d57151a45927f (diff)
Removed more unnecessary imports.bespoke-prelude
Diffstat (limited to 'src/Text/Pandoc/Lua/Init.hs')
-rw-r--r--src/Text/Pandoc/Lua/Init.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Lua/Init.hs b/src/Text/Pandoc/Lua/Init.hs
index baa6f0295..2b0026b4d 100644
--- a/src/Text/Pandoc/Lua/Init.hs
+++ b/src/Text/Pandoc/Lua/Init.hs
@@ -12,7 +12,6 @@ module Text.Pandoc.Lua.Init
( runLua
) where
-import Control.Monad (when)
import Control.Monad.Catch (try)
import Control.Monad.Trans (MonadIO (..))
import Data.Data (Data, dataTypeConstrs, dataTypeOf, showConstr)