This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
Haddock to Latex fails on Data-Text-Internal #929
Closed
Description
When I run
stack haddock --haddock-arguments "--latex"
on a project that contains Data.Text (from text 1.2.3.0), I get
haddock: internal error: .stack-work\dist\67675594\doc\html\text\Data-Text-Internal.tex: commitBuffer: invalid argument (invalid character)
after which haddock stops.
Shouldn't invalid character in packages, not be out commented or escaped?
See also haskell/text#233
since for me it is unclear to determine the root cause of this issue.