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 _______________________________________________ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell