[Haskell-cafe] Building Haddock on Windows
Bayley, Alistair
Alistair_Bayley at ldn.invesco.com
Mon Apr 5 17:18:43 EDT 2004
Trying to invoke Haddock with
--read-interface=c:\ghc\ghc-6.0\doc\html\base\base.haddock
Initially I get a stack overflow, so I added: +RTS -K2M -RTS ...
and now I get:
Fail: end of file
Action: Data.Binary.getWord8
Is the --read-interface option specified correctly? This is where my GHC
installation is, and the base.haddock file exists in there. I assume this is
the interface file.
Is this a compatibility problem? i.e. haddock file distributed with GHC 6.0
too old for Haddock 0.6?
> -----Original Message-----
> From: Simon Marlow [mailto:simonmar at microsoft.com]
> Sent: 17 March 2004 15:29
> To: Bayley, Alistair
> Cc: haskell-cafe at haskell.org
> Subject: RE: [Haskell-cafe] Building Haddock on Windows
>
>
> > - why doesn't it know what Int, String, Float, IO, Monad,
> > Show, etc are?
> > What invocation option do I need to ensure it links to
> > Prelude/hierarchical-library stuff? (I think it's
> > --read-interface; must I
> > generate interface files for the Prelude and libraries though?)
>
> You get the interfaces for the libraries with a GHC
> installation. Just
> use the --read-interface flag to tell Haddock about them.
>
> Cheers,
> Simon
-----------------------------------------
*****************************************************************
Confidentiality Note: The information contained in this
message, and any attachments, may contain confidential
and/or privileged material. It is intended solely for the
person(s) or entity to which it is addressed. Any review,
retransmission, dissemination, or taking of any action in
reliance upon this information by persons or entities other
than the intended recipient(s) is prohibited. If you received
this in error, please contact the sender and delete the
material from any computer.
*****************************************************************
More information about the Haskell-Cafe
mailing list