[Haskell-cafe] Re: Haddock Problems

Christian Maeder maeder at tzi.de
Wed Mar 8 06:06:55 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 

I hope the following is correct now:

--read-interface=/usr/../libraries/base,/usr/../libraries/base/base.haddock

(-s only supplies links to your own source code)

Cheers Christian



More information about the Haskell-Cafe mailing list