haddock-0.7 interface file format
Simon Marlow
simonmar at microsoft.com
Fri Jun 24 03:57:58 EDT 2005
On 23 June 2005 13:47, Christian Maeder wrote:
> I've tried to use a haddock interface files like:
>
> ghc-6.4/share/ghc-6.4/html/libraries/base/base.haddock
>
> from the offical linux distribution under solaris.
>
> (Building the documentation under solaris did not work)
>
> Is the binary format of these files portable?
>
> If it's not portable it should not be located under "share"!
Actually it should be portable, at least between 32-bit machines (endian
should make no difference). I haven't really tested it, though. It
wouldn't take much effort to make it completely portable.
Cheers,
Simon
More information about the HaskellDoc
mailing list