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/Marshaling/AST.hs | |
| parent | f4be0f9618bc9aa748809018c26d57151a45927f (diff) | |
Removed more unnecessary imports.bespoke-prelude
Diffstat (limited to 'src/Text/Pandoc/Lua/Marshaling/AST.hs')
| -rw-r--r-- | src/Text/Pandoc/Lua/Marshaling/AST.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Lua/Marshaling/AST.hs b/src/Text/Pandoc/Lua/Marshaling/AST.hs index 8e12d232c..c5dc1dc09 100644 --- a/src/Text/Pandoc/Lua/Marshaling/AST.hs +++ b/src/Text/Pandoc/Lua/Marshaling/AST.hs @@ -18,7 +18,6 @@ module Text.Pandoc.Lua.Marshaling.AST ) where import Control.Applicative ((<|>)) -import Control.Monad ((<$!>)) import Foreign.Lua (Lua, Peekable, Pushable, StackIndex) import Text.Pandoc.Definition import Text.Pandoc.Error (PandocError) |
