#3669: haddock: internal Haddock or GHC error: Win32-version:: openBinaryFile:
invalid  argument (Invalid argument)
---------------------------+------------------------------------------------
  Reporter:  igloo         |          Owner:  igloo           
      Type:  bug           |         Status:  closed          
  Priority:  high          |      Milestone:  6.12.1          
 Component:  Compiler      |        Version:  6.10.4          
Resolution:  fixed         |       Keywords:                  
Difficulty:  Unknown       |             Os:  Unknown/Multiple
  Testcase:                |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown  |  
---------------------------+------------------------------------------------
Changes (by igloo):

  * status:  new => closed
  * failure:  => None/Unknown
  * resolution:  => fixed

Comment:

 Fixed in HEAD and 6.12 by:
 {{{
 Tue Nov 17 22:35:56 GMT 2009  Ian Lynagh <[email protected]>
   * Fix gen_contents_index on MSYS
   On MSYS
       sed 's/.*[ \t]//'
   wasn't matching
       version:<tab>1.0
   so I've switched to
       's/.*[[:space:]]//'
   which works on Linux, cygwin and MSYS.
 }}}

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