aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-10-26 21:28:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-10-26 21:29:33 -0700
commite0f985bb2139f142223f8d21e28a3a6bf4605cb7 (patch)
tree44b06d5d5483cd1c98dfc3ff55ae866bb40df59d /pandoc.cabal
parent52df18f476b7eb7935c2c01f566fa1adee4a8621 (diff)
downloadpandoc-e0f985bb2139f142223f8d21e28a3a6bf4605cb7.tar.gz
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.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal6
1 files changed, 3 insertions, 3 deletions
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,