aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-02-16 18:51:41 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-02-16 18:51:41 -0800
commitd8fc4971868104274881570ce9bc3d9edf0d2506 (patch)
tree6daad123fe8d859a1aa45069de6373cfa92235e2 /pandoc.cabal
parent4af378702ae31d4c8a11d0c827a5986f54b5e310 (diff)
downloadpandoc-d8fc4971868104274881570ce9bc3d9edf0d2506.tar.gz
Add T.P.XML.Light.Cursor.
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 d27520ba0..61bf0b51d 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -689,6 +689,7 @@ library
Text.Pandoc.Lua.Walk,
Text.Pandoc.XML.Light,
Text.Pandoc.XML.Light.Types,
+ Text.Pandoc.XML.Light.Cursor,
Text.Pandoc.XML.Light.Proc,
Text.Pandoc.XML.Light.Output,
Text.Pandoc.CSS,