diff options
| author | John MacFarlane <[email protected]> | 2021-03-15 23:24:33 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2021-03-15 23:24:33 -0700 |
| commit | 605f1f444c91a0c17327186578b2ffaf5316547a (patch) | |
| tree | b679d45a83acce4ef480a9cc72469db1cb410cab /src/Text/Pandoc/Lua/Module | |
| parent | f4be0f9618bc9aa748809018c26d57151a45927f (diff) | |
Removed more unnecessary imports.bespoke-prelude
Diffstat (limited to 'src/Text/Pandoc/Lua/Module')
| -rw-r--r-- | src/Text/Pandoc/Lua/Module/MediaBag.hs | 1 | ||||
| -rw-r--r-- | src/Text/Pandoc/Lua/Module/Pandoc.hs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/Text/Pandoc/Lua/Module/MediaBag.hs b/src/Text/Pandoc/Lua/Module/MediaBag.hs index 78b699176..9e27b0ea2 100644 --- a/src/Text/Pandoc/Lua/Module/MediaBag.hs +++ b/src/Text/Pandoc/Lua/Module/MediaBag.hs @@ -14,7 +14,6 @@ module Text.Pandoc.Lua.Module.MediaBag ) where import Prelude hiding (lookup) -import Control.Monad (zipWithM_) import Foreign.Lua (Lua, NumResults, Optional) import Text.Pandoc.Class.CommonState (CommonState (..)) import Text.Pandoc.Class.PandocMonad (fetchItem, getMediaBag, modifyCommonState, diff --git a/src/Text/Pandoc/Lua/Module/Pandoc.hs b/src/Text/Pandoc/Lua/Module/Pandoc.hs index 78cad9d68..5387f7e6a 100644 --- a/src/Text/Pandoc/Lua/Module/Pandoc.hs +++ b/src/Text/Pandoc/Lua/Module/Pandoc.hs @@ -15,7 +15,6 @@ module Text.Pandoc.Lua.Module.Pandoc ) where import Prelude hiding (read) -import Control.Monad (when) import Control.Monad.Except (throwError) import Data.Default (Default (..)) import Foreign.Lua (Lua, NumResults, Optional, Peekable, Pushable) |
