From 22babd5382c21d32e9d73984c5d5ff3d83ba715b Mon Sep 17 00:00:00 2001 From: Christian Despres <50160106+despresc@users.noreply.github.com> Date: Sat, 12 Sep 2020 11:50:36 -0400 Subject: [API change] Rename Writers.Tables and its contents (#6679) Writers.Tables is now Writers.AnnotatedTable. All of the types and functions in it have had the "Ann" removed from them. Now it is expected that the module be imported qualified. --- pandoc.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index 219e2a31a..e46149b5a 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -553,7 +553,7 @@ library Text.Pandoc.Writers.Math, Text.Pandoc.Writers.Shared, Text.Pandoc.Writers.OOXML, - Text.Pandoc.Writers.Tables, + Text.Pandoc.Writers.AnnotatedTable, Text.Pandoc.Lua, Text.Pandoc.PDF, Text.Pandoc.UTF8, @@ -821,7 +821,7 @@ test-suite test-pandoc Tests.Writers.Powerpoint Tests.Writers.OOXML Tests.Writers.Ms - Tests.Writers.Tables + Tests.Writers.AnnotatedTable if os(windows) cpp-options: -D_WINDOWS default-language: Haskell2010 -- cgit v1.2.3