Skip to content

Commit

Permalink
Merge pull request haskell#1257 from AndreasPK/wip/andreask/opt_dumps
Browse files Browse the repository at this point in the history
Update for changes in GHC's Pretty
  • Loading branch information
bgamari authored Dec 3, 2020
2 parents 284c9a0 + b2f1aef commit ef0375d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haddock-api/src/Haddock/Backends/LaTeX.hs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ ppLaTeXModule _title odir iface = do

body = processExports exports
--
writeUtf8File (odir </> moduleLaTeXFile mdl) (fullRender PageMode 80 1 txtPrinter "" tex)
writeUtf8File (odir </> moduleLaTeXFile mdl) (fullRender (PageMode True) 80 1 txtPrinter "" tex)

-- | Prints out an entry in a module export list.
exportListItem :: ExportItem DocNameI -> LaTeX
Expand Down

0 comments on commit ef0375d

Please sign in to comment.