From 9e61834364e2d65cf0ade2f4ad62a43307b6c46b Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sun, 24 Nov 2024 20:53:52 +0100 Subject: [PATCH] Remove unused import --- src/Text/Pandoc/Lua/Marshal/Pandoc.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Text/Pandoc/Lua/Marshal/Pandoc.hs b/src/Text/Pandoc/Lua/Marshal/Pandoc.hs index 3436615..2c233be 100644 --- a/src/Text/Pandoc/Lua/Marshal/Pandoc.hs +++ b/src/Text/Pandoc/Lua/Marshal/Pandoc.hs @@ -35,7 +35,6 @@ import Text.Pandoc.Lua.Marshal.MetaValue (peekMetaValue, pushMetaValue) import Text.Pandoc.Lua.Marshal.Shared (walkBlocksAndInlines) import Text.Pandoc.Lua.Walk (applyStraight) import Text.Pandoc.Walk (Walkable (walk)) -import qualified Data.Foldable as Foldable import qualified Text.Pandoc.Builder as B -- | Pushes a 'Pandoc' value as userdata.