
14 May
2005
14 May
'05
7:39 a.m.
On Sat, 2005-05-14 at 13:05 +0100, Dominic Steinitz wrote:
Can someone point out what I am doing wrong?
Thanks, Dominic.
[dom@tility Codec]$ haddock Codec/Utils.hs --read-interface=http://www.haskell.org/ghc/docs/latest/html/base,/usr/share/doc/ghc-6.4/libr...
Warning: Codec.Utils: the following names could not be resolved: Integral Word8 Int
I don't believe that Haddock will download from a URL. Try downlading the base.haddock file first: $ haddock Codec/Utils.hs --read-interface=base.haddock In this case it would be better if Haddock gave you an error about there being no such (local) file as "http://www.haskell.org/g...", rather than ignoring it. I'd call this a user interface bug. Duncan