#1094: Windows: haddock-html fields are wrong in package.conf
-----------------------------+----------------------------------------------
    Reporter:  simonmar      |       Owner:         
        Type:  bug           |      Status:  new    
    Priority:  normal        |   Milestone:  6.6.1  
   Component:  Build System  |     Version:  6.6    
    Severity:  normal        |    Keywords:         
  Difficulty:  Easy (1 hr)   |    Testcase:         
Architecture:  Unknown       |          Os:  Windows
-----------------------------+----------------------------------------------
{{{
 $ c:/ghc/ghc-6.6/bin/ghc-pkg field network haddock-html
 haddock-html: $topdir\html\libraries\network
 }}}

 it should be

 {{{
 haddock-html: $topdir\doc\html\libraries\network
 }}}

 Note the "doc\".

 After #937 is fixed, this is still preventing "setup haddock" from working
 in Cabal on Windows.

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