summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2022-09-24 14:47:01 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2022-09-30 08:33:40 -0700
commit704f337697db0a061817cb02c186841cf999db83 (patch)
tree43d684a7b8ad90c7d90ed2ef12a8c174242a86b5 /pandoc.cabal
parentddaadc88bc7e09fdff35fcf100a0f9fbe5d17728 (diff)
[API Change] Export new module Text.Pandoc.Scripting
The module contains the central data structure for scripting engines.
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 1e47f8ef2..82611bc17 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -651,6 +651,7 @@ library
Text.Pandoc.Lua,
Text.Pandoc.PDF,
Text.Pandoc.UTF8,
+ Text.Pandoc.Scripting,
Text.Pandoc.Templates,
Text.Pandoc.XML,
Text.Pandoc.SelfContained,