summaryrefslogtreecommitdiff
path: root/MakeManPage.hs
diff options
context:
space:
mode:
Diffstat (limited to 'MakeManPage.hs')
-rw-r--r--MakeManPage.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MakeManPage.hs b/MakeManPage.hs
index 517386e7c..31d643e49 100644
--- a/MakeManPage.hs
+++ b/MakeManPage.hs
@@ -38,8 +38,8 @@ makeManPage verbose page meta blocks = do
writeManPage :: FilePath -> String -> Pandoc -> IO ()
writeManPage page templ doc = do
- let opts = defaultWriterOptions{ writerStandalone = True
- , writerTemplate = templ }
+ let opts = def{ writerStandalone = True
+ , writerTemplate = templ }
let manPage = writeMan opts $
bottomUp (concatMap removeLinks) $
bottomUp capitalizeHeaders doc