From e0f985bb2139f142223f8d21e28a3a6bf4605cb7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 26 Oct 2018 21:28:38 -0700 Subject: Rename Groff -> Roff. Module T.P.Readers.Groff -> T.P.Readers.Roff Module T.P.Writers.Groff -> T.P.Writers.Roff Module T.P.GroffChar -> T.P.RoffChar GroffTokens -> RoffTokens GroffToken -> RoffToken. --- pandoc.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index 682d67c36..2a99fc2a2 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -536,8 +536,8 @@ library Text.Pandoc.Readers.Org.ParserState, Text.Pandoc.Readers.Org.Parsing, Text.Pandoc.Readers.Org.Shared, - Text.Pandoc.Readers.Groff, - Text.Pandoc.Writers.Groff, + Text.Pandoc.Readers.Roff, + Text.Pandoc.Writers.Roff, Text.Pandoc.Writers.Powerpoint.Presentation, Text.Pandoc.Writers.Powerpoint.Output, Text.Pandoc.Lua.Filter, @@ -551,7 +551,7 @@ library Text.Pandoc.Lua.Util, Text.Pandoc.CSS, Text.Pandoc.CSV, - Text.Pandoc.GroffChar, + Text.Pandoc.RoffChar, Text.Pandoc.UUID, Text.Pandoc.Translations, Text.Pandoc.Slides, -- cgit v1.2.3