summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-08-10 23:45:28 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-08-10 23:46:59 -0700
commit0283616a4a4e5c9770a9bf2247efad96dcf984f8 (patch)
tree44d9b69041ebf3af4f3611c05bb0bacd077adf67 /src/Text/Pandoc/App.hs
parent737d09e325a65ad37f97b03371d1999c0360dea0 (diff)
Remove writerUserDataDir from WriterOptions.
It is now carried in CommonState in PandocMonad instances. (And thus it can be used by readers too.)
Diffstat (limited to 'src/Text/Pandoc/App.hs')
-rw-r--r--src/Text/Pandoc/App.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/App.hs b/src/Text/Pandoc/App.hs
index 3174fe738..47976a499 100644
--- a/src/Text/Pandoc/App.hs
+++ b/src/Text/Pandoc/App.hs
@@ -355,7 +355,6 @@ convertWithOpts opts = do
writerEmailObfuscation = optEmailObfuscation opts,
writerIdentifierPrefix = optIdentifierPrefix opts,
writerSourceURL = sourceURL,
- writerUserDataDir = datadir,
writerHtmlQTags = optHtmlQTags opts,
writerTopLevelDivision = optTopLevelDivision opts,
writerListings = optListings opts,