summaryrefslogtreecommitdiff
path: root/src/pandoc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/pandoc.hs')
-rw-r--r--src/pandoc.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs
index 50dfb59f3..e7a378826 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -980,9 +980,6 @@ main = do
, readerColumns = columns
, readerTabStop = tabStop
, readerOldDashes = oldDashes
- , readerLiterateHaskell =
- "+lhs" `isSuffixOf` readerName' ||
- lhsExtension sources
, readerCitations = map CSL.refId refs
, readerIndentedCodeClasses = codeBlockClasses
, readerApplyMacros = not laTeXOutput
@@ -1005,7 +1002,6 @@ main = do
writerReferenceLinks = referenceLinks,
writerWrapText = wrap,
writerColumns = columns,
- writerLiterateHaskell = False,
writerEmailObfuscation = if strict
then ReferenceObfuscation
else obfuscationMethod,