diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2017-04-14 10:43:44 +0200 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2017-04-14 11:21:12 +0200 |
commit | 0516b5127c3674786f92c61f4131428ed3b8bd4b (patch) | |
tree | 129e950e54aa13e49324cb271886f2c3fc2f25fa /src/Text/Pandoc/Lua | |
parent | 540a3e80ad33cb43d23532515757dff7ee68a17f (diff) | |
download | pandoc-0516b5127c3674786f92c61f4131428ed3b8bd4b.tar.gz |
Drop dependency on hslua-aeson
Pushing values to the lua stack via custom functions is faster and more
flexible.
Diffstat (limited to 'src/Text/Pandoc/Lua')
-rw-r--r-- | src/Text/Pandoc/Lua/StackInstances.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Lua/StackInstances.hs b/src/Text/Pandoc/Lua/StackInstances.hs index bafe24201..38f392527 100644 --- a/src/Text/Pandoc/Lua/StackInstances.hs +++ b/src/Text/Pandoc/Lua/StackInstances.hs @@ -41,7 +41,6 @@ import Scripting.Lua , call, getglobal2, gettable, ltype, newtable, next, objlen , pop, pushnil, rawgeti, rawseti, settable ) -import Scripting.Lua.Aeson () import Text.Pandoc.Definition import qualified Data.Map as M |