aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2018-11-06 21:25:14 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2018-11-06 21:31:12 +0100
commitdae3a0e3d2e6fc2677f9f59bd046ef2a4e66ce42 (patch)
tree029d5210b40ef724ea8c8b0f4393209d24649eaf /pandoc.cabal
parentd66c88a963adeacb4aa5f45a5d8d277ce853b261 (diff)
downloadpandoc-dae3a0e3d2e6fc2677f9f59bd046ef2a4e66ce42.tar.gz
T.P.App: extract Opt into separate module
The new Opt module has only a few dependencies. This is important for compile-times during development, as Template Haskell containing modules are be recompiled whenever a (transitive) dependency changes.
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 94013af53..7b173a88c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -522,6 +522,7 @@ library
Text.Pandoc.BCP47,
Text.Pandoc.Class
other-modules: Text.Pandoc.App.CommandLineOptions,
+ Text.Pandoc.App.Opt,
Text.Pandoc.App.OutputSettings,
Text.Pandoc.Filter.JSON,
Text.Pandoc.Filter.Lua,