[Haskell-cafe] Haddock/Cabal/base bug?

Neil Mitchell ndmitchell at gmail.com
Mon Aug 21 09:34:44 EDT 2006


Hi

> > haddock.exe: Main.all_subs_of_qname: unexpected unqual'd name:IOMode
>
> Sometimes such an error is a Haddock problem, sometimes one of the
> 'unliterate' procedure in Cabal. Does the problem remain if you start
> Haddock manually, maybe on manually "unliterated" modules?

Base is a bit too big and my shell skills are a bit too weak to try
this out manually. I don't think its a .lhs problem, since the only
.lhs files in base are under GHC, which haddock doesn't index when
built with Cabal for the base. It does seem to invoke the preprocessor
for all the other modules

When I went into haddock and commented out the line that generates
that error, it did work though.

Thanks

Neil


More information about the Haskell-Cafe mailing list