[Haskell-cafe] Re: Haddock Problems

2006-03-08 Thread Christian Maeder

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)


Cheers Christian
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Re: Haddock Problems

2006-03-08 Thread Christian Maeder

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


[Haskell-cafe] Re: Haddock Problems

2006-03-08 Thread Christian Maeder

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

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Re: Haddock Problems

2006-03-08 Thread Daniel Fischer
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

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe