[Haskell-cafe] Re: Haddock Problems

Christian Maeder maeder at tzi.de
Wed Mar 8 05:42:15 EST 2006


Daniel Fischer wrote:
> Hi all,
> I've just installed haddock-0.7, nice, but...
>> haddock -o h7doc -h -D h7doc/fusi.haddock --use-package=base Verwaltung.hs 
> Teams.hs Stats.hs Match.hs Main.hs Liga.hs Item.hs Helpers.hs Datum.hs
> Warning: Helpers: could not find link destinations for:
>     GHC.Base.Int GHC.Base.String GHC.Show.Show Data.Maybe.Maybe GHC.Base.Eq 
> GHC.Base.Bool
> 
> and so on.
> Same problem, if I use "-i/usr/.../base.haddock" instead of 

try "--read-interface=/usr/.../base" (and more such entries for other
packages)

Sorry, that alone is not enough (and the same of what you've tried). 
I've also a magic "-s <path>/%F" on my haddock line.

Cheers Christian


More information about the Haskell-Cafe mailing list