From 00dc1e715e6317ab499c864137bb2a6bf7a75364 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 26 Jul 2012 22:59:56 -0700 Subject: Moved WriterOptions and associated types Shared -> Options. --- MakeManPage.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MakeManPage.hs') 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 -- cgit v1.2.3