diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2017-08-13 17:48:43 +0200 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2017-08-13 17:48:43 +0200 |
commit | 3d87e2080a27618e70edd1ff2d4160ff959732a6 (patch) | |
tree | 6e5e9132e005e76588c0aa83acfeab24511ba2d5 /src/Text/Pandoc/Writers | |
parent | 6e6cee454eab678b8ad3b15edcee6e07945157ba (diff) | |
download | pandoc-3d87e2080a27618e70edd1ff2d4160ff959732a6.tar.gz |
Delete Text.Pandoc.Lua.SharedInstances
Stack instances for common data types are now provides by hslua. The
instance for Either was useful only for a very specific case; the
function that was using the `ToLuaStack Either` instance was rewritten
to work without it.
Closes: #3805
Diffstat (limited to 'src/Text/Pandoc/Writers')
-rw-r--r-- | src/Text/Pandoc/Writers/Custom.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/Custom.hs b/src/Text/Pandoc/Writers/Custom.hs index 485394187..63725bb60 100644 --- a/src/Text/Pandoc/Writers/Custom.hs +++ b/src/Text/Pandoc/Writers/Custom.hs @@ -48,7 +48,6 @@ import Foreign.Lua (Lua, ToLuaStack (..), callFunc, runLua) import Foreign.Lua.Api import Text.Pandoc.Error import Text.Pandoc.Lua.Util ( addValue ) -import Text.Pandoc.Lua.SharedInstances () import Text.Pandoc.Definition import Text.Pandoc.Options import Text.Pandoc.Templates |