#1093: Windows: haddock-html fields are wrong in package.conf
-----------------------------+----------------------------------------------
    Reporter:  simonmar      |        Owner:  igloo      
        Type:  bug           |       Status:  reopened   
    Priority:  high          |    Milestone:  6.8        
   Component:  Build System  |      Version:  6.6.1      
    Severity:  normal        |   Resolution:             
    Keywords:                |   Difficulty:  Easy (1 hr)
          Os:  Windows       |     Testcase:             
Architecture:  Unknown       |  
-----------------------------+----------------------------------------------
Changes (by simonmar):

  * resolution:  fixed =>
  * milestone:  6.6.1 => 6.8
  * priority:  normal => high
  * version:  6.6 => 6.6.1
  * status:  closed => reopened

Comment:

 This is still a bug in the Windows distribution of GHC:

 {{{
 > ghc-pkg field base haddock-html
 haddock-html: c:/ghc/ghc-6.6.1\html\libraries\base
 }}}

 The actual path to the HTML is `c:\ghc\ghc-6.6.1\doc\html\...`

 This happens because prep-bin-dist-mingw moves the docs under `doc\`, but
 we don't take this into account when registering the packages.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1093>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to