[Haskell-cafe] Re: Haddock Problems

Daniel Fischer daniel.is.fischer at web.de
Wed Mar 8 06:29:39 EST 2006


Am Mittwoch, 8. März 2006 12:06 schrieben Sie:
> 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

I had that, first with -i/usr... then also with --read-interface=...,
no difference
haddock -h -o dock -D dock/fusi.haddock 
--read-interface=/usr/local/lib/ghc-6.4.1/libraries/base,/usr/local/lib/ghc-6.4.1/libraries/base/base.haddock 
*.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
...
>
> (-s only supplies links to your own source code)
>
> Cheers Christian

Any other ideas?

Thanks,
Daniel

-- 

"In My Egotistical Opinion, most people's C programs should be
indented six feet downward and covered with dirt."
	-- Blair P. Houghton



More information about the Haskell-Cafe mailing list