From 0516b5127c3674786f92c61f4131428ed3b8bd4b Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Fri, 14 Apr 2017 10:43:44 +0200 Subject: Drop dependency on hslua-aeson Pushing values to the lua stack via custom functions is faster and more flexible. --- src/Text/Pandoc/Lua/StackInstances.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Text/Pandoc/Lua') 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 -- cgit v1.2.3