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

 I suspect Sigbjorn rearranges the files in the distribution.  If that's
 correct, then the `haddock-html` fields also need to be modified.

 I don't know about the backslash vs. fwdslash issues, but I do know why
 your docs are ending up in `C:/Program Files/Common Files/...`:

 http://www.haskell.org/ghc/docs/latest/html/Cabal/builders.html#setup-
 configure-paths

 Currently docs are installed under `$datadir`, which on Windows defaults
 to an absolute location obtained by querying the OS.  Seems to me it would
 be better to make this relative to `$prefix`, I think it was Neil Mitchell
 who suggested the current scheme.

-- 
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