#811: GHC panics when compiling some mutually recursive modules that export
something imported
-----------------------+----------------------------------------------------
  Reporter:  guest     |          Owner:         
      Type:  bug       |         Status:  closed 
  Priority:  normal    |      Milestone:         
 Component:  Compiler  |        Version:  6.4.2  
  Severity:  critical  |     Resolution:  fixed  
  Keywords:            |             Os:  Linux  
Difficulty:  Unknown   |   Architecture:  powerpc
-----------------------+----------------------------------------------------
Changes (by simonpj):

  * resolution:  => fixed
  * status:  new => closed

Comment:

 Good catch.  There was a two-character typo in LoadIface, which I've just
 fixed.

 To work around, if M.hi-boot exports a type T, make sure you define T in M
 .hi-boot; do not import it from elsewhere.

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