[GHC] #1093: Windows: haddock-html fields are wrong in package.conf

GHC trac at galois.com
Tue Jan 9 11:53:37 EST 2007


#1093: 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/1093>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the Glasgow-haskell-bugs mailing list