#4510: No  links will be generated to these packages: base-4.3.0.0
---------------------------------+------------------------------------------
    Reporter:  claus             |       Owner:              
        Type:  bug               |      Status:  new         
    Priority:  normal            |   Component:  Compiler    
     Version:  7.0.1             |    Keywords:              
    Testcase:                    |   Blockedby:              
          Os:  Windows           |    Blocking:              
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown
---------------------------------+------------------------------------------

Comment(by claus):

 I tried changing the `base...conf` file in `lib/package.conf.d`, followed
 by a `ghc-pkg recache`.
 {{{
 $ ghc-pkg field base haddock-interfaces,haddock-html
 haddock-interfaces:
 c:/haskell/ghc/ghc-7.0.1/doc/html/libraries/base-4.3.0.0/base.haddock
 haddock-html: c:/haskell/ghc/ghc-7.0.1/doc/html/libraries/base-4.3.0.0
 }}}
 That made no difference at all..

 I then tried `procmon` (systools' process monitor), which claims that for
 `cabal-0.8.2.exe haddock` (within a current `haddock` darcs repo), the
 only `base-4.3.0.0`-related file access until the error message was to
 {{{
 C:\haskell\ghc\doc\html\libraries\base-4.3.0.0\
 }}}
 which, of course, does not exist.

 Before my changes, the expanded paths were (possibly with a backslash
 before `base.haddock`)
 {{{
 $ ghc-pkg 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
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4510#comment:1>
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

Reply via email to