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

Commit b2f1aef

Browse files
committed
Update for changes in GHC's Pretty
1 parent 4d0498d commit b2f1aef

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)