From 331d6224a146f79a6f0a1bf6bff1f05b645641fb Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sat, 16 Feb 2019 12:08:22 +0100 Subject: T.P.Lua: split StackInstances into smaller Marshaling modules --- pandoc.cabal | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index 55821d8ed..a985b92fe 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -575,11 +575,15 @@ library Text.Pandoc.Lua.Filter, Text.Pandoc.Lua.Global, Text.Pandoc.Lua.Init, + Text.Pandoc.Lua.Marshaling, + Text.Pandoc.Lua.Marshaling.AST, + Text.Pandoc.Lua.Marshaling.AnyValue, + Text.Pandoc.Lua.Marshaling.CommonState, + Text.Pandoc.Lua.Marshaling.ReaderOptions, Text.Pandoc.Lua.Module.MediaBag, Text.Pandoc.Lua.Module.Pandoc, Text.Pandoc.Lua.Module.Utils, Text.Pandoc.Lua.Packages, - Text.Pandoc.Lua.StackInstances, Text.Pandoc.Lua.Util, Text.Pandoc.CSS, Text.Pandoc.CSV, -- cgit v1.2.3