aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-10-18 09:39:55 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-10-18 09:39:55 -0700
commitbbd94eae2b3f5273bb681ff6706f0cd375d8a1ef (patch)
tree224923b3a121b368e44e6f4315e39b644de52ef0 /pandoc.cabal
parent24f388e1a7ea4a6affad232035526191e5df961d (diff)
downloadpandoc-bbd94eae2b3f5273bb681ff6706f0cd375d8a1ef.tar.gz
Add Text.Pandoc.GroffChar.
This will hold common escaping data for groff characters.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index ca2a7b275..96863f73d 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -545,6 +545,7 @@ library
Text.Pandoc.Lua.Util,
Text.Pandoc.CSS,
Text.Pandoc.CSV,
+ Text.Pandoc.GroffChar,
Text.Pandoc.UUID,
Text.Pandoc.Translations,
Text.Pandoc.Slides,