#4510: No links will be generated to these packages: base-4.3.0.0
---------------------------------+------------------------------------------
Reporter: claus | Owner: igloo
Type: bug | Status: new
Priority: high | Milestone: 7.0.2
Component: Compiler | Version: 7.0.1
Keywords: | Testcase:
Blockedby: | Difficulty:
Os: Windows | Blocking:
Architecture: Unknown/Multiple | Failure: None/Unknown
---------------------------------+------------------------------------------
Comment(by claus):
Here's my version:
{{{
$ cabal install mtl
[..]
Running Haddock for mtl-2.0.1.0...
Preprocessing library mtl-2.0.1.0...
Warning: The documentation for the following packages are not installed.
No
links will be generated to these packages: base-4.3.0.0, ffi-1.0, rts-1.0,
ghc-prim-0.2.0.0, integer-gmp-0.2.0.2
Warning: mtl-2.0.1.0:Control.Monad.Identity: Could not find documentation
for exported module: Control.Monad
Warning: mtl-2.0.1.0:Control.Monad.Identity: Could not find documentation
for exported module: Control.Monad.Fix
[..]
Warning: Control.Monad.Writer.Class: could not find link destinations for:
Data.Monoid.Monoid GHC.Base.Monad
Warning: Control.Monad.State.Class: could not find link destinations for:
GHC.Base.Monad Data.Monoid.Monoid
Warning: Control.Monad.Reader.Class: could not find link destinations for:
GHC.Base.Monad Data.Monoid.Monoid
[..]
Documentation created: .\.\dist\doc\html\mtl\.\index.html
}}}
{{{
$ ghc-pkg.exe dump | grep "haddock.*/base"
haddock-interfaces:
$topdir/../doc/html/libraries/base-4.3.0.0/base.haddock
haddock-html: $topdir/../doc/html/libraries/base-4.3.0.0
$ ghc-pkg.exe field base haddock-interfaces,haddock-html
haddock-interfaces:
c:/haskell/ghc/ghc-7.0.1\lib/../doc/html/libraries/base-4.3.0.0/base.haddock
haddock-html:
c:/haskell/ghc/ghc-7.0.1\lib/../doc/html/libraries/base-4.3.0.0
}}}
{{{
$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.0.1
$ cabal-0.8.2.exe --version
cabal-install version 0.8.2
using version 1.8.0.2 of the Cabal library
}}}
The only difference I can see (apart from the whole thing not working for
me) is that we're using the same cabal-install, but different Cabal
library versions (I doubt it matters, but my machine is running Windows 7,
64bit).
I tried `cabal install cabal-install`, to see whether that would make any
difference, but that turned out to be a very bad idea - not only did it
break my package database by reinstalling core libraries (I thought only
the old `upgrade` would try that?), it also failed to build `directory`,
as it couldn't find `HsFFI.h` (has that not been fixed multiple times
already?). Will have to resurrect my ghc-7.0.1 install, I guess.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4510#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs