Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit ef0375d

Browse files
authored
Merge pull request #1257 from AndreasPK/wip/andreask/opt_dumps
Update for changes in GHC's Pretty
2 parents 284c9a0 + b2f1aef commit ef0375d

File tree

1 file changed

+1
-1
lines changed
  • haddock-api/src/Haddock/Backends

1 file changed

+1
-1
lines changed

haddock-api/src/Haddock/Backends/LaTeX.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ ppLaTeXModule _title odir iface = do
172172

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

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

0 commit comments

Comments
 (0)