Ross Paterson wrote: > On Thu, Nov 27, 2008 at 11:52:04AM +0000, allan wrote: >> I'm trying to locally build the documentation for the haskell-src-exts >> package and running into a bit of bother. >> If I run: cabal haddock >> I get the error: >> haddock: parse error in doc string > > The problem is that several of the modules (not Language.Haskell.Exts, > but modules it imports) have headers containing a field "Original" > that haddock doesn't recognize. >
a ha, Thank you, that has fixed the problem. regards allan -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
