#1119: openBinaryFile: does not exist (No such file or directory) i386-unknown-
linux
----------------------------------+-----------------------------------------
 Reporter:  guest                 |          Owner:  igloo  
     Type:  merge                 |         Status:  new    
 Priority:  normal                |      Milestone:  6.6.1  
Component:  Compiler              |        Version:  6.6    
 Severity:  normal                |     Resolution:         
 Keywords:  Edison prelude crash  |     Difficulty:  Unknown
 Testcase:                        |   Architecture:  x86    
       Os:  Unknown               |  
----------------------------------+-----------------------------------------
Changes (by simonmar):

  * owner:  simonmar => igloo
  * type:  bug => merge

Comment:

 Fixed.  You'll still have problems if you have a module `Prelude.hs` in
 the current directory, because the implicit `import Prelude` will refer to
 that instead of `base:Prelude`, but this seems to be following the spec to
 me so I'm not inclined to change it.  You can now have a `System/IO.hs` in
 your program and use it in GHCi without any problems (except that you
 won't be able to refer to the `System.IO` in base, of course).

 To merge:

 {{{
 Tue Mar 27 08:22:15 PDT 2007  Simon Marlow <[EMAIL PROTECTED]>
   * partial fix for #1119
 Tue Mar 27 08:37:23 PDT 2007  Simon Marlow <[EMAIL PROTECTED]>
   * more improvements for #1119
 Tue Mar 27 08:45:54 PDT 2007  Simon Marlow <[EMAIL PROTECTED]>
   * make GHCi use base:Prelude, not just Prelude
 }}}

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