[Haskell] Re: Haddock Problem

Peter Simons simons at cryp.to
Sun May 15 05:12:52 EDT 2005


Dominic Steinitz writes:

 > I've now used the -v option and it looks like haddock
 > can't find the html files even though they are there :-(
 > Anyone have any ideas?

Maybe the interface description files are broken,
incomplete, or incompatible with your Haddock version?

  budweis:~/work/Codec$ mkdir docs
  budweis:~/work/Codec$ url=http://haskell.org/ghc/docs/latest/html/libraries
  budweis:~/work/Codec$ hdi=/usr/local/ghc-current/share/ghc-6.5/html/libraries
  budweis:~/work/Codec$ haddock -v -h -o docs \
         -i ${url}/base,${hdi}/base/base.haddock Codec/Utils.hs
  budweis:~/work/Codec$

No error here, and the external links worked too.

Peter



More information about the Haskell mailing list